#21374C

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

Shades of Blue Whale #21374C

Tints of Blue Whale #21374C

Color information

#21374C (or 0x21374C) is unknown color: approx Blue Whale. HEX triplet: 21, 37 and 4C. RGB value is (33,55,76). Sum of RGB (Red+Green+Blue) = 33+55+76=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #21374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21374C is #DEC8B3. Grayscale: #323232. Windows color (decimal): -14600372 or 4994849. OLE color: 4994849.

HSL color Cylindrical-coordinate representation of color #21374C: hue angle of 209.3º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21374C is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB335576-
CMYK0.570.2800.70
HSL209.3º39.45%21.37%-
HSV(B)209.3º56.58%29.8%-
XYZ3.33.587.35-
YUV50.82142.21115.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=20.12%
G=33.54%
B=46.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3355760.570.2800.70209.339.4521.37
Hex21374C391C046d12715
Octal4167114713401063214725
Binary100001110111100110011100111100010001101101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21374C; }

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

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

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

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

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

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

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

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