Html Css Color HEX #213748 Blue Whale

📋 copy color: '#213748'

red 33 ◦ green 55 ◦ blue 72

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

Shades of Blue Whale #213748

Tints of Blue Whale #213748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45%

R = 20.63%
G = 34.38%
B = 45%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213748 (or 0x213748) is known color: Blue Whale. HEX triplet: 21, 37 and 48. RGB value is (33,55,72). Sum of RGB (Red+Green+Blue) = 33+55+72=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #213748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213748 is #DEC8B7. Grayscale: #323232. Windows color (decimal): -14600376 or 4732705. OLE color: 4732705.

HSL color Cylindrical-coordinate representation of color #213748: hue angle of 206.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213748 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 55 72 -
CMYK 0.54 0.24 0 0.72
HSL 206.15º 0.37% 0.21% -
HSV(B) 206.15º 0.54% 0.28% -
XYZ 3.16 3.52 6.64 -
YUV 50.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 33 55 72 0.54 0.24 0 0.72 206.15 0.37 0.21
Hex 21 37 48 36 18 0 48 CE 25 15
Octal 41 67 110 66 30 0 110 316 45 25
Binary 100001 110111 1001000 110110 11000 0 1001000 11001110 100101 10101

Color Harmonies of #213748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213748

Black with #213748

Text Example


Text Example

White with #213748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213748; }

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

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

background-color css

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

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

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

border-color css

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

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

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