Shades of Tangaroa #052B3E
Tints of Tangaroa #052B3E
RGB
CMYK
RGB Variations
Color information
#052B3E (or 0x052B3E) is known color: Tangaroa. HEX triplet: 05, 2B and 3E. RGB value is (5,43,62). Sum of RGB (Red+Green+Blue) = 5+43+62=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #052B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B3E is #FAD4C1. Grayscale: #212121. Windows color (decimal): -16438466 or 4074245. OLE color: 4074245.
HSL color Cylindrical-coordinate representation of color #052B3E: hue angle of 200º 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 #052B3E is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 43 | 62 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.76 |
| HSL | 200º | 0.85% | 0.13% | - |
| HSV(B) | 200º | 0.92% | 0.24% | - |
| XYZ | 1.8 | 2.11 | 4.87 | - |
| YUV | 33.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 62 | 0.92 | 0.31 | 0 | 0.76 | 200 | 0.85 | 0.13 |
| Hex | 5 | 2B | 3E | 5C | 1F | 0 | 4C | C8 | 55 | D |
| Octal | 5 | 53 | 76 | 134 | 37 | 0 | 114 | 310 | 125 | 15 |
| Binary | 101 | 101011 | 111110 | 1011100 | 11111 | 0 | 1001100 | 11001000 | 1010101 | 1101 |
Color Harmonies of #052B3E
Complementary color
Monochromatic Colors of #052B3E
Black with #052B3E
Text Example
Text Example
White with #052B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B3E; }
p { color: rgb(5,43,62); }
H1.HeaderClassName
{
color: #052B3E;
}
.AnyTagClassName
{
color: #052B3E;
}
</style>
background-color css
<style>
a { background-color: #052B3E; }
a { background-color: rgb(5,43,62); }
div.DivClassName
{
background-color: #052B3E;
}
.BgClassName
{
background-color: #052B3E;
}
</style>
border-color css
<style>
span { border-color: #052B3E; }
span { border-color: rgb(5,43,62); }
td.TdClassName
{
border-color: #052B3E;
}
.TagClassName
{
border-color: #052B3E;
}
</style>