#213747

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

Shades of Blue Whale #213747

Tints of Blue Whale #213747

Color information

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

RGB335571-
CMYK0.540.2300.72
HSL205.26º36.54%20.39%-
HSV(B)205.26º53.52%27.84%-
XYZ3.133.516.47-
YUV50.25139.71115.7-

RGB Variations

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

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.12% from 255) = 44.65%
R=20.75%
G=34.59%
B=44.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3355710.540.2300.72205.2636.5420.39
Hex2137473617048cd2514
Octal4167107662701103154524
Binary100001110111100011111011010111010010001100110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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