Shades of Blue Whale #052D46
Tints of Blue Whale #052D46
RGB
CMYK
RGB Variations
Color information
#052D46 (or 0x052D46) is known color: Blue Whale. HEX triplet: 05, 2D and 46. RGB value is (5,45,70). Sum of RGB (Red+Green+Blue) = 5+45+70=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #052D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D46 is #FAD2B9. Grayscale: #232323. Windows color (decimal): -16437946 or 4599045. OLE color: 4599045.
HSL color Cylindrical-coordinate representation of color #052D46: hue angle of 203.08º 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 #052D46 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 45 | 70 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.73 |
| HSL | 203.08º | 0.87% | 0.15% | - |
| HSV(B) | 203.08º | 0.93% | 0.27% | - |
| XYZ | 2.11 | 2.35 | 6.14 | - |
| YUV | 35.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 70 | 0.93 | 0.36 | 0 | 0.73 | 203.08 | 0.87 | 0.15 |
| Hex | 5 | 2D | 46 | 5D | 24 | 0 | 49 | CB | 57 | F |
| Octal | 5 | 55 | 106 | 135 | 44 | 0 | 111 | 313 | 127 | 17 |
| Binary | 101 | 101101 | 1000110 | 1011101 | 100100 | 0 | 1001001 | 11001011 | 1010111 | 1111 |
Color Harmonies of #052D46
Complementary color
Monochromatic Colors of #052D46
Black with #052D46
Text Example
Text Example
White with #052D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D46; }
p { color: rgb(5,45,70); }
H1.HeaderClassName
{
color: #052D46;
}
.AnyTagClassName
{
color: #052D46;
}
</style>
background-color css
<style>
a { background-color: #052D46; }
a { background-color: rgb(5,45,70); }
div.DivClassName
{
background-color: #052D46;
}
.BgClassName
{
background-color: #052D46;
}
</style>
border-color css
<style>
span { border-color: #052D46; }
span { border-color: rgb(5,45,70); }
td.TdClassName
{
border-color: #052D46;
}
.TagClassName
{
border-color: #052D46;
}
</style>