Html Css Color HEX #213749 Blue Whale

📋 copy color: '#213749'

red 33 ◦ green 55 ◦ blue 73

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

Shades of Blue Whale #213749

Tints of Blue Whale #213749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 20.5%
G = 34.16%
B = 45.34%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#213749 (or 0x213749) is known color: Blue Whale. HEX triplet: 21, 37 and 49. RGB value is (33,55,73). Sum of RGB (Red+Green+Blue) = 33+55+73=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #213749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213749 is #DEC8B6. Grayscale: #323232. Windows color (decimal): -14600375 or 4798241. OLE color: 4798241.

HSL color Cylindrical-coordinate representation of color #213749: hue angle of 207º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213749 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 55 73 -
CMYK 0.55 0.25 0 0.71
HSL 207º 0.38% 0.21% -
HSV(B) 207º 0.55% 0.29% -
XYZ 3.2 3.54 6.82 -
YUV 50.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 33 55 73 0.55 0.25 0 0.71 207 0.38 0.21
Hex 21 37 49 37 19 0 47 CF 26 15
Octal 41 67 111 67 31 0 107 317 46 25
Binary 100001 110111 1001001 110111 11001 0 1000111 11001111 100110 10101

Color Harmonies of #213749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213749

Black with #213749

Text Example


Text Example

White with #213749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213749; }

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

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

background-color css

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

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

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

border-color css

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

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

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