#213745

Color #213745 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #213745

Tints of Blue Whale #213745

Color information

#213745 (or 0x213745) is unknown color: approx 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

RGB335569-
CMYK0.520.2000.73
HSL203.33º35.29%20%-
HSV(B)203.33º52.17%27.06%-
XYZ3.073.496.14-
YUV50.02138.71115.86-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3355690.520.2000.73203.3335.2920
Hex2137453414049cb2314
Octal4167105642401113134324
Binary100001110111100010111010010100010010011100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>