Shades of Blue Whale #05344C
Tints of Blue Whale #05344C
RGB
CMYK
RGB Variations
Color information
#05344C (or 0x05344C) is known color: Blue Whale. HEX triplet: 05, 34 and 4C. RGB value is (5,52,76). Sum of RGB (Red+Green+Blue) = 5+52+76=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #05344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05344C is #FACBB3. Grayscale: #282828. Windows color (decimal): -16436148 or 4994053. OLE color: 4994053.
HSL color Cylindrical-coordinate representation of color #05344C: hue angle of 200.28º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05344C is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 52 | 76 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.70 |
| HSL | 200.28º | 0.88% | 0.16% | - |
| HSV(B) | 200.28º | 0.93% | 0.3% | - |
| XYZ | 2.6 | 3.01 | 7.28 | - |
| YUV | 40.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 76 | 0.93 | 0.32 | 0 | 0.70 | 200.28 | 0.88 | 0.16 |
| Hex | 5 | 34 | 4C | 5D | 20 | 0 | 46 | C8 | 58 | 10 |
| Octal | 5 | 64 | 114 | 135 | 40 | 0 | 106 | 310 | 130 | 20 |
| Binary | 101 | 110100 | 1001100 | 1011101 | 100000 | 0 | 1000110 | 11001000 | 1011000 | 10000 |
Color Harmonies of #05344C
Complementary color
Monochromatic Colors of #05344C
Black with #05344C
Text Example
Text Example
White with #05344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05344C; }
p { color: rgb(5,52,76); }
H1.HeaderClassName
{
color: #05344C;
}
.AnyTagClassName
{
color: #05344C;
}
</style>
background-color css
<style>
a { background-color: #05344C; }
a { background-color: rgb(5,52,76); }
div.DivClassName
{
background-color: #05344C;
}
.BgClassName
{
background-color: #05344C;
}
</style>
border-color css
<style>
span { border-color: #05344C; }
span { border-color: rgb(5,52,76); }
td.TdClassName
{
border-color: #05344C;
}
.TagClassName
{
border-color: #05344C;
}
</style>