#213744

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

Shades of Blue Whale #213744

Tints of Blue Whale #213744

Color information

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

RGB335568-
CMYK0.510.1900.73
HSL202.29º34.65%19.8%-
HSV(B)202.29º51.47%26.67%-
XYZ3.043.475.98-
YUV49.9138.21115.94-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3355680.510.1900.73202.2934.6519.8
Hex2137443313049ca2314
Octal4167104632301113124324
Binary100001110111100010011001110011010010011100101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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