Shades of Blue Whale #052D40
Tints of Blue Whale #052D40
RGB
CMYK
RGB Variations
Color information
#052D40 (or 0x052D40) is known color: Blue Whale. HEX triplet: 05, 2D and 40. RGB value is (5,45,64). Sum of RGB (Red+Green+Blue) = 5+45+64=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #052D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D40 is #FAD2BF. Grayscale: #232323. Windows color (decimal): -16437952 or 4205829. OLE color: 4205829.
HSL color Cylindrical-coordinate representation of color #052D40: hue angle of 199.32º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052D40 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 45 | 64 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.75 |
| HSL | 199.32º | 0.86% | 0.14% | - |
| HSV(B) | 199.32º | 0.92% | 0.25% | - |
| XYZ | 1.93 | 2.28 | 5.19 | - |
| YUV | 35.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 64 | 0.92 | 0.30 | 0 | 0.75 | 199.32 | 0.86 | 0.14 |
| Hex | 5 | 2D | 40 | 5C | 1E | 0 | 4B | C7 | 56 | E |
| Octal | 5 | 55 | 100 | 134 | 36 | 0 | 113 | 307 | 126 | 16 |
| Binary | 101 | 101101 | 1000000 | 1011100 | 11110 | 0 | 1001011 | 11000111 | 1010110 | 1110 |
Color Harmonies of #052D40
Complementary color
Monochromatic Colors of #052D40
Black with #052D40
Text Example
Text Example
White with #052D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D40; }
p { color: rgb(5,45,64); }
H1.HeaderClassName
{
color: #052D40;
}
.AnyTagClassName
{
color: #052D40;
}
</style>
background-color css
<style>
a { background-color: #052D40; }
a { background-color: rgb(5,45,64); }
div.DivClassName
{
background-color: #052D40;
}
.BgClassName
{
background-color: #052D40;
}
</style>
border-color css
<style>
span { border-color: #052D40; }
span { border-color: rgb(5,45,64); }
td.TdClassName
{
border-color: #052D40;
}
.TagClassName
{
border-color: #052D40;
}
</style>