Shades of Blue Whale #05344D
Tints of Blue Whale #05344D
RGB
CMYK
RGB Variations
Color information
#05344D (or 0x05344D) is known color: Blue Whale. HEX triplet: 05, 34 and 4D. RGB value is (5,52,77). Sum of RGB (Red+Green+Blue) = 5+52+77=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #05344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05344D is #FACBB2. Grayscale: #282828. Windows color (decimal): -16436147 or 5059589. OLE color: 5059589.
HSL color Cylindrical-coordinate representation of color #05344D: hue angle of 200.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05344D is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 52 | 77 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.70 |
| HSL | 200.83º | 0.88% | 0.16% | - |
| HSV(B) | 200.83º | 0.94% | 0.3% | - |
| XYZ | 2.63 | 3.02 | 7.47 | - |
| YUV | 40.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 77 | 0.94 | 0.32 | 0 | 0.70 | 200.83 | 0.88 | 0.16 |
| Hex | 5 | 34 | 4D | 5E | 20 | 0 | 46 | C9 | 58 | 10 |
| Octal | 5 | 64 | 115 | 136 | 40 | 0 | 106 | 311 | 130 | 20 |
| Binary | 101 | 110100 | 1001101 | 1011110 | 100000 | 0 | 1000110 | 11001001 | 1011000 | 10000 |
Color Harmonies of #05344D
Complementary color
Monochromatic Colors of #05344D
Black with #05344D
Text Example
Text Example
White with #05344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05344D; }
p { color: rgb(5,52,77); }
H1.HeaderClassName
{
color: #05344D;
}
.AnyTagClassName
{
color: #05344D;
}
</style>
background-color css
<style>
a { background-color: #05344D; }
a { background-color: rgb(5,52,77); }
div.DivClassName
{
background-color: #05344D;
}
.BgClassName
{
background-color: #05344D;
}
</style>
border-color css
<style>
span { border-color: #05344D; }
span { border-color: rgb(5,52,77); }
td.TdClassName
{
border-color: #05344D;
}
.TagClassName
{
border-color: #05344D;
}
</style>