#20384A

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

Shades of Blue Whale #20384A

Tints of Blue Whale #20384A

Color information

#20384A (or 0x20384A) is unknown color: approx Blue Whale. HEX triplet: 20, 38 and 4A. RGB value is (32,56,74). Sum of RGB (Red+Green+Blue) = 32+56+74=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #20384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20384A is #DFC7B5. Grayscale: #323232. Windows color (decimal): -14665654 or 4864032. OLE color: 4864032.

HSL color Cylindrical-coordinate representation of color #20384A: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20384A is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB325674-
CMYK0.570.2400.71
HSL205.71º39.62%20.78%-
HSV(B)205.71º56.76%29.02%-
XYZ3.253.637.01-
YUV50.88141.05114.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=19.75%
G=34.57%
B=45.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3256740.570.2400.71205.7139.6220.78
Hex20384A3918047ce2815
Octal4070112713001073165025
Binary100000111000100101011100111000010001111100111010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20384A; }

 p { color: rgb(32,56,74); }

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

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

 a { background-color: rgb(32,56,74); }

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

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

 span { border-color: rgb(32,56,74); }

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