Html Css Color HEX #213745 Blue Whale

📋 copy color: '#213745'

red 33 ◦ green 55 ◦ blue 69

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

Shades of Blue Whale #213745

Tints of Blue Whale #213745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 69 (27.34% from 255) = 43.95%

R = 21.02%
G = 35.03%
B = 43.95%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213745 (or 0x213745) is known color: Blue Whale. HEX triplet: 21, 37 and 45. RGB value is (33,55,69). Sum of RGB (Red+Green+Blue) = 33+55+69=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #213745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213745 is #DEC8BA. Grayscale: #313131. Windows color (decimal): -14600379 or 4536097. OLE color: 4536097.

HSL color Cylindrical-coordinate representation of color #213745: hue angle of 203.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213745 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 55 69 -
CMYK 0.52 0.20 0 0.73
HSL 203.33º 0.35% 0.2% -
HSV(B) 203.33º 0.52% 0.27% -
XYZ 3.07 3.49 6.14 -
YUV 50.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 33 55 69 0.52 0.20 0 0.73 203.33 0.35 0.2
Hex 21 37 45 34 14 0 49 CB 23 14
Octal 41 67 105 64 24 0 111 313 43 24
Binary 100001 110111 1000101 110100 10100 0 1001001 11001011 100011 10100

Color Harmonies of #213745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213745

Black with #213745

Text Example


Text Example

White with #213745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213745; }

 p { color: rgb(33,55,69); }

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

background-color css

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

 a { background-color: rgb(33,55,69); }

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

border-color css

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

 span { border-color: rgb(33,55,69); }

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