Html Css Color HEX #213442 Blue Whale

📋 copy color: '#213442'

red 33 ◦ green 52 ◦ blue 66

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

Shades of Blue Whale #213442

Tints of Blue Whale #213442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

 BLUE value IS 66 (26.17% from 255) = 43.71%

R = 21.85%
G = 34.44%
B = 43.71%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#213442 (or 0x213442) is known color: Blue Whale. HEX triplet: 21, 34 and 42. RGB value is (33,52,66). Sum of RGB (Red+Green+Blue) = 33+52+66=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #213442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213442 is #DECBBD. Grayscale: #2F2F2F. Windows color (decimal): -14601150 or 4338721. OLE color: 4338721.

HSL color Cylindrical-coordinate representation of color #213442: hue angle of 205.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #213442 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 52 66 -
CMYK 0.5 0.21 0 0.74
HSL 205.45º 0.33% 0.19% -
HSV(B) 205.45º 0.5% 0.26% -
XYZ 2.84 3.17 5.62 -
YUV 47.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 33 52 66 0.5 0.21 0 0.74 205.45 0.33 0.19
Hex 21 34 42 32 15 0 4A CD 21 13
Octal 41 64 102 62 25 0 112 315 41 23
Binary 100001 110100 1000010 110010 10101 0 1001010 11001101 100001 10011

Color Harmonies of #213442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213442

Black with #213442

Text Example


Text Example

White with #213442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213442; }

 p { color: rgb(33,52,66); }

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

background-color css

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

 a { background-color: rgb(33,52,66); }

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

border-color css

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

 span { border-color: rgb(33,52,66); }

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