Shades of Blue Whale #052B44
Tints of Blue Whale #052B44
RGB
CMYK
RGB Variations
Color information
#052B44 (or 0x052B44) is known color: Blue Whale. HEX triplet: 05, 2B and 44. RGB value is (5,43,68). Sum of RGB (Red+Green+Blue) = 5+43+68=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #052B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B44 is #FAD4BB. Grayscale: #222222. Windows color (decimal): -16438460 or 4467461. OLE color: 4467461.
HSL color Cylindrical-coordinate representation of color #052B44: hue angle of 203.81º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052B44 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 43 | 68 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.73 |
| HSL | 203.81º | 0.86% | 0.14% | - |
| HSV(B) | 203.81º | 0.93% | 0.27% | - |
| XYZ | 1.97 | 2.18 | 5.79 | - |
| YUV | 34.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 68 | 0.93 | 0.37 | 0 | 0.73 | 203.81 | 0.86 | 0.14 |
| Hex | 5 | 2B | 44 | 5D | 25 | 0 | 49 | CC | 56 | E |
| Octal | 5 | 53 | 104 | 135 | 45 | 0 | 111 | 314 | 126 | 16 |
| Binary | 101 | 101011 | 1000100 | 1011101 | 100101 | 0 | 1001001 | 11001100 | 1010110 | 1110 |
Color Harmonies of #052B44
Complementary color
Monochromatic Colors of #052B44
Black with #052B44
Text Example
Text Example
White with #052B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B44; }
p { color: rgb(5,43,68); }
H1.HeaderClassName
{
color: #052B44;
}
.AnyTagClassName
{
color: #052B44;
}
</style>
background-color css
<style>
a { background-color: #052B44; }
a { background-color: rgb(5,43,68); }
div.DivClassName
{
background-color: #052B44;
}
.BgClassName
{
background-color: #052B44;
}
</style>
border-color css
<style>
span { border-color: #052B44; }
span { border-color: rgb(5,43,68); }
td.TdClassName
{
border-color: #052B44;
}
.TagClassName
{
border-color: #052B44;
}
</style>