Html Css Color HEX #213747 Blue Whale

📋 copy color: '#213747'

red 33 ◦ green 55 ◦ blue 71

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

Shades of Blue Whale #213747

Tints of Blue Whale #213747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.65%

R = 20.75%
G = 34.59%
B = 44.65%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213747 (or 0x213747) is known color: Blue Whale. HEX triplet: 21, 37 and 47. RGB value is (33,55,71). Sum of RGB (Red+Green+Blue) = 33+55+71=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #213747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213747 is #DEC8B8. Grayscale: #323232. Windows color (decimal): -14600377 or 4667169. OLE color: 4667169.

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

Color convert

RGB 33 55 71 -
CMYK 0.54 0.23 0 0.72
HSL 205.26º 0.37% 0.2% -
HSV(B) 205.26º 0.54% 0.28% -
XYZ 3.13 3.51 6.47 -
YUV 50.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 33 55 71 0.54 0.23 0 0.72 205.26 0.37 0.2
Hex 21 37 47 36 17 0 48 CD 25 14
Octal 41 67 107 66 27 0 110 315 45 24
Binary 100001 110111 1000111 110110 10111 0 1001000 11001101 100101 10100

Color Harmonies of #213747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213747

Black with #213747

Text Example


Text Example

White with #213747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213747; }

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

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

background-color css

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

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

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

border-color css

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

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

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