#20364C

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

Shades of Blue Whale #20364C

Tints of Blue Whale #20364C

Color information

#20364C (or 0x20364C) is unknown color: approx Blue Whale. HEX triplet: 20, 36 and 4C. RGB value is (32,54,76). Sum of RGB (Red+Green+Blue) = 32+54+76=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #20364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20364C is #DFC9B3. Grayscale: #313131. Windows color (decimal): -14666164 or 4994592. OLE color: 4994592.

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

Color convert

RGB325476-
CMYK0.580.2900.70
HSL210º40.74%21.18%-
HSV(B)210º57.89%29.8%-
XYZ3.223.477.34-
YUV49.93142.71115.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=19.75%
G=33.33%
B=46.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3254760.580.2900.7021040.7421.18
Hex20364C3A1D046d22915
Octal4066114723501063225125
Binary100000110110100110011101011101010001101101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,54,76); }

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

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

 a { background-color: rgb(32,54,76); }

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

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

 span { border-color: rgb(32,54,76); }

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