Color Hex Logo

#21363c Color Hex

#21363C
(33,54,60)
0 Favorites   0 Comments

Color spaces of #21363c

RGB 335460
HSL0.540.290.18
HSV193°45°24°
CMYK 0.450.100.00   0.76
XYZ2.76203.28794.7640
Yxy3.28790.25540.3040
Hunter Lab18.1326-4.5424-2.8846
CIE-Lab21.1619-6.4600-6.4026

#21363c color RGB value is (33,54,60).

#21363c hex color red value is 33, green value is 54 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #21363c hue: 0.54 , saturation: 0.29 and the lightness value of 21363c is 0.18.

The process color (four color CMYK) of #21363c color hex is 0.45, 0.10, 0.00, 0.76. Web safe color of #21363c is #333333. Color #21363c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110110 00111100
Octal 41 66 74
Decimal 33 54 60
Hex 21 36 3C

RGB Percentages of Color #21363c

%22.45
%36.73
%40.82

CMYK Percentages of Color #21363c

%45
%10
%0
%76

Triadic Colors of #21363c

#21363c #3c2136 #363c21

Analogous Colors of #21363c

#21363c #21293c #213c35

Monochromatic Colors of #21363c

#21363c

Complementary Color

#21363c #3c2721

#21363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21363c Color CSS Codes

.mybgcolor {background-color:#21363c; } 
.myforecolor {color:#21363c; }
.mybordercolor {border:3px solid #21363c; }

#21363c Text Font Color

<p style="color:#21363c">Text here</p>

This sample text font color is #21363c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#21363c Background Color

<div style="background-color:#21363c">
Div content here</div>

This div background color is #21363c


#21363c Border Color

<div style="border:3px solid #21363c">
Div here</div>

This div border color is #21363c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,54,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21363c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21363c;
  -webkit-box-shadow: 1px 1px 3px 2px #21363c;
  box-shadow:         1px 1px 3px 2px #21363c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,54,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #21363c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #21363c;
  -webkit-box-shadow: 1px 1px 3px 2px #21363c;
  box-shadow:         1px 1px 3px 2px #21363c;">
Div content here</div>

This div box has shadow with color #21363c


Comments

No comments written yet.

Please login to write comment.