Shades of Blue Whale #14344D
Tints of Blue Whale #14344D
RGB
CMYK
RGB Variations
Color information
#14344D (or 0x14344D) is known color: Blue Whale. HEX triplet: 14, 34 and 4D. RGB value is (20,52,77). Sum of RGB (Red+Green+Blue) = 20+52+77=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #14344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14344D is #EBCBB2. Grayscale: #2D2D2D. Windows color (decimal): -15453107 or 5059604. OLE color: 5059604.
HSL color Cylindrical-coordinate representation of color #14344D: hue angle of 206.32º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14344D is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 52 | 77 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.70 |
| HSL | 206.32º | 0.59% | 0.19% | - |
| HSV(B) | 206.32º | 0.74% | 0.3% | - |
| XYZ | 2.86 | 3.14 | 7.48 | - |
| YUV | 45.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 77 | 0.74 | 0.32 | 0 | 0.70 | 206.32 | 0.59 | 0.19 |
| Hex | 14 | 34 | 4D | 4A | 20 | 0 | 46 | CE | 3B | 13 |
| Octal | 24 | 64 | 115 | 112 | 40 | 0 | 106 | 316 | 73 | 23 |
| Binary | 10100 | 110100 | 1001101 | 1001010 | 100000 | 0 | 1000110 | 11001110 | 111011 | 10011 |
Color Harmonies of #14344D
Complementary color
Monochromatic Colors of #14344D
Black with #14344D
Text Example
Text Example
White with #14344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14344D; }
p { color: rgb(20,52,77); }
H1.HeaderClassName
{
color: #14344D;
}
.AnyTagClassName
{
color: #14344D;
}
</style>
background-color css
<style>
a { background-color: #14344D; }
a { background-color: rgb(20,52,77); }
div.DivClassName
{
background-color: #14344D;
}
.BgClassName
{
background-color: #14344D;
}
</style>
border-color css
<style>
span { border-color: #14344D; }
span { border-color: rgb(20,52,77); }
td.TdClassName
{
border-color: #14344D;
}
.TagClassName
{
border-color: #14344D;
}
</style>