#213545

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

Shades of Blue Whale #213545

Tints of Blue Whale #213545

Color information

#213545 (or 0x213545) is unknown color: approx Blue Whale. HEX triplet: 21, 35 and 45. RGB value is (33,53,69). Sum of RGB (Red+Green+Blue) = 33+53+69=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #213545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213545 is #DECABA. Grayscale: #303030. Windows color (decimal): -14600891 or 4535585. OLE color: 4535585.

HSL color Cylindrical-coordinate representation of color #213545: hue angle of 206.67º 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 #213545 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB335369-
CMYK0.520.2300.73
HSL206.67º35.29%20%-
HSV(B)206.67º52.17%27.06%-
XYZ2.973.36.11-
YUV48.84139.37116.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=21.29%
G=34.19%
B=44.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3353690.520.2300.73206.6735.2920
Hex2135453417049cf2314
Octal4165105642701113174324
Binary100001110101100010111010010111010010011100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213545; }

 p { color: rgb(33,53,69); }

 H1.HeaderClassName
 {
   color: #213545;
 }
 .AnyTagClassName
 {
   color: #213545;
 }
</style>
background-color css

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

 a { background-color: rgb(33,53,69); }

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

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

 span { border-color: rgb(33,53,69); }

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