Shades of Blue Whale #052E46
Tints of Blue Whale #052E46
RGB
CMYK
RGB Variations
Color information
#052E46 (or 0x052E46) is known color: Blue Whale. HEX triplet: 05, 2E and 46. RGB value is (5,46,70). Sum of RGB (Red+Green+Blue) = 5+46+70=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #052E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E46 is #FAD1B9. Grayscale: #242424. Windows color (decimal): -16437690 or 4599301. OLE color: 4599301.
HSL color Cylindrical-coordinate representation of color #052E46: hue angle of 202.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052E46 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 46 | 70 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.73 |
| HSL | 202.15º | 0.87% | 0.15% | - |
| HSV(B) | 202.15º | 0.93% | 0.27% | - |
| XYZ | 2.15 | 2.43 | 6.15 | - |
| YUV | 36.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 70 | 0.93 | 0.34 | 0 | 0.73 | 202.15 | 0.87 | 0.15 |
| Hex | 5 | 2E | 46 | 5D | 22 | 0 | 49 | CA | 57 | F |
| Octal | 5 | 56 | 106 | 135 | 42 | 0 | 111 | 312 | 127 | 17 |
| Binary | 101 | 101110 | 1000110 | 1011101 | 100010 | 0 | 1001001 | 11001010 | 1010111 | 1111 |
Color Harmonies of #052E46
Complementary color
Monochromatic Colors of #052E46
Black with #052E46
Text Example
Text Example
White with #052E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E46; }
p { color: rgb(5,46,70); }
H1.HeaderClassName
{
color: #052E46;
}
.AnyTagClassName
{
color: #052E46;
}
</style>
background-color css
<style>
a { background-color: #052E46; }
a { background-color: rgb(5,46,70); }
div.DivClassName
{
background-color: #052E46;
}
.BgClassName
{
background-color: #052E46;
}
</style>
border-color css
<style>
span { border-color: #052E46; }
span { border-color: rgb(5,46,70); }
td.TdClassName
{
border-color: #052E46;
}
.TagClassName
{
border-color: #052E46;
}
</style>