Shades of Blue Whale #20364A
Tints of Blue Whale #20364A
RGB
CMYK
RGB Variations
Color information
#20364A (or 0x20364A) is known color: Blue Whale. HEX triplet: 20, 36 and 4A. RGB value is (32,54,74). Sum of RGB (Red+Green+Blue) = 32+54+74=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #20364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20364A is #DFC9B5. Grayscale: #313131. Windows color (decimal): -14666166 or 4863520. OLE color: 4863520.
HSL color Cylindrical-coordinate representation of color #20364A: hue angle of 208.57º 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 #20364A is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 54 | 74 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.71 |
| HSL | 208.57º | 0.4% | 0.21% | - |
| HSV(B) | 208.57º | 0.57% | 0.29% | - |
| XYZ | 3.15 | 3.44 | 6.98 | - |
| YUV | 49.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 74 | 0.57 | 0.27 | 0 | 0.71 | 208.57 | 0.4 | 0.21 |
| Hex | 20 | 36 | 4A | 39 | 1B | 0 | 47 | D1 | 28 | 15 |
| Octal | 40 | 66 | 112 | 71 | 33 | 0 | 107 | 321 | 50 | 25 |
| Binary | 100000 | 110110 | 1001010 | 111001 | 11011 | 0 | 1000111 | 11010001 | 101000 | 10101 |
Color Harmonies of #20364A
Complementary color
Monochromatic Colors of #20364A
Black with #20364A
Text Example
Text Example
White with #20364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20364A; }
p { color: rgb(32,54,74); }
H1.HeaderClassName
{
color: #20364A;
}
.AnyTagClassName
{
color: #20364A;
}
</style>
background-color css
<style>
a { background-color: #20364A; }
a { background-color: rgb(32,54,74); }
div.DivClassName
{
background-color: #20364A;
}
.BgClassName
{
background-color: #20364A;
}
</style>
border-color css
<style>
span { border-color: #20364A; }
span { border-color: rgb(32,54,74); }
td.TdClassName
{
border-color: #20364A;
}
.TagClassName
{
border-color: #20364A;
}
</style>