Html Css Color HEX #21364C Blue Whale

📋 copy color: '#21364C'

red 33 ◦ green 54 ◦ blue 76

#21364C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #21364C

Tints of Blue Whale #21364C

RGB

 RED value IS 33 (13.28% from 255) = 20.25%

 GREEN value IS 54 (21.48% from 255) = 33.13%

 BLUE value IS 76 (30.08% from 255) = 46.63%

R = 20.25%
G = 33.13%
B = 46.63%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#21364C (or 0x21364C) is known color: Blue Whale. HEX triplet: 21, 36 and 4C. RGB value is (33,54,76). Sum of RGB (Red+Green+Blue) = 33+54+76=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #21364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21364C is #DEC9B3. Grayscale: #323232. Windows color (decimal): -14600628 or 4994593. OLE color: 4994593.

HSL color Cylindrical-coordinate representation of color #21364C: hue angle of 210.7º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21364C is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 54 76 -
CMYK 0.57 0.29 0 0.70
HSL 210.7º 0.39% 0.21% -
HSV(B) 210.7º 0.57% 0.3% -
XYZ 3.25 3.48 7.34 -
YUV 50.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 33 54 76 0.57 0.29 0 0.70 210.7 0.39 0.21
Hex 21 36 4C 39 1D 0 46 D3 27 15
Octal 41 66 114 71 35 0 106 323 47 25
Binary 100001 110110 1001100 111001 11101 0 1000110 11010011 100111 10101

Color Harmonies of #21364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21364C

Black with #21364C

Text Example


Text Example

White with #21364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21364C; }

 p { color: rgb(33,54,76); }

 H1.HeaderClassName
 {
   color: #21364C;
 }
 .AnyTagClassName
 {
   color: #21364C;
 }
</style>

background-color css

<style>
 a { background-color: #21364C; }

 a { background-color: rgb(33,54,76); }

 div.DivClassName
 {
   background-color: #21364C;
 }
 .BgClassName
 {
   background-color: #21364C;
 }
</style>

border-color css

<style>
 span { border-color: #21364C; }

 span { border-color: rgb(33,54,76); }

 td.TdClassName
 {
   border-color: #21364C;
 }
 .TagClassName
 {
   border-color: #21364C;
 }
</style>