Shades of Blue Whale #052D3D
Tints of Blue Whale #052D3D
RGB
CMYK
RGB Variations
Color information
#052D3D (or 0x052D3D) is known color: Blue Whale. HEX triplet: 05, 2D and 3D. RGB value is (5,45,61). Sum of RGB (Red+Green+Blue) = 5+45+61=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #052D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D3D is #FAD2C2. Grayscale: #222222. Windows color (decimal): -16437955 or 4009221. OLE color: 4009221.
HSL color Cylindrical-coordinate representation of color #052D3D: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052D3D is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 45 | 61 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.76 |
| HSL | 197.14º | 0.85% | 0.13% | - |
| HSV(B) | 197.14º | 0.92% | 0.24% | - |
| XYZ | 1.84 | 2.25 | 4.75 | - |
| YUV | 34.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 61 | 0.92 | 0.26 | 0 | 0.76 | 197.14 | 0.85 | 0.13 |
| Hex | 5 | 2D | 3D | 5C | 1A | 0 | 4C | C5 | 55 | D |
| Octal | 5 | 55 | 75 | 134 | 32 | 0 | 114 | 305 | 125 | 15 |
| Binary | 101 | 101101 | 111101 | 1011100 | 11010 | 0 | 1001100 | 11000101 | 1010101 | 1101 |
Color Harmonies of #052D3D
Complementary color
Monochromatic Colors of #052D3D
Black with #052D3D
Text Example
Text Example
White with #052D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D3D; }
p { color: rgb(5,45,61); }
H1.HeaderClassName
{
color: #052D3D;
}
.AnyTagClassName
{
color: #052D3D;
}
</style>
background-color css
<style>
a { background-color: #052D3D; }
a { background-color: rgb(5,45,61); }
div.DivClassName
{
background-color: #052D3D;
}
.BgClassName
{
background-color: #052D3D;
}
</style>
border-color css
<style>
span { border-color: #052D3D; }
span { border-color: rgb(5,45,61); }
td.TdClassName
{
border-color: #052D3D;
}
.TagClassName
{
border-color: #052D3D;
}
</style>