Html Css Color HEX #213744 Blue Whale

📋 copy color: '#213744'

red 33 ◦ green 55 ◦ blue 68

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

Shades of Blue Whale #213744

Tints of Blue Whale #213744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 21.15%
G = 35.26%
B = 43.59%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213744 (or 0x213744) is known color: Blue Whale. HEX triplet: 21, 37 and 44. RGB value is (33,55,68). Sum of RGB (Red+Green+Blue) = 33+55+68=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 68 - color contains mainly: blue. Hex color #213744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213744 is #DEC8BB. Grayscale: #313131. Windows color (decimal): -14600380 or 4470561. OLE color: 4470561.

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

Color convert

RGB 33 55 68 -
CMYK 0.51 0.19 0 0.73
HSL 202.29º 0.35% 0.2% -
HSV(B) 202.29º 0.51% 0.27% -
XYZ 3.04 3.47 5.98 -
YUV 49.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 33 55 68 0.51 0.19 0 0.73 202.29 0.35 0.2
Hex 21 37 44 33 13 0 49 CA 23 14
Octal 41 67 104 63 23 0 111 312 43 24
Binary 100001 110111 1000100 110011 10011 0 1001001 11001010 100011 10100

Color Harmonies of #213744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213744

Black with #213744

Text Example


Text Example

White with #213744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213744; }

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

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

background-color css

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

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

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

border-color css

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

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

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