Shades of Tangaroa #052B3C
Tints of Tangaroa #052B3C
RGB
CMYK
RGB Variations
Color information
#052B3C (or 0x052B3C) is known color: Tangaroa. HEX triplet: 05, 2B and 3C. RGB value is (5,43,60). Sum of RGB (Red+Green+Blue) = 5+43+60=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #052B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B3C is #FAD4C3. Grayscale: #212121. Windows color (decimal): -16438468 or 3943173. OLE color: 3943173.
HSL color Cylindrical-coordinate representation of color #052B3C: hue angle of 198.55º 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 #052B3C is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 43 | 60 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.76 |
| HSL | 198.55º | 0.85% | 0.13% | - |
| HSV(B) | 198.55º | 0.92% | 0.24% | - |
| XYZ | 1.74 | 2.09 | 4.59 | - |
| YUV | 33.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 60 | 0.92 | 0.28 | 0 | 0.76 | 198.55 | 0.85 | 0.13 |
| Hex | 5 | 2B | 3C | 5C | 1C | 0 | 4C | C7 | 55 | D |
| Octal | 5 | 53 | 74 | 134 | 34 | 0 | 114 | 307 | 125 | 15 |
| Binary | 101 | 101011 | 111100 | 1011100 | 11100 | 0 | 1001100 | 11000111 | 1010101 | 1101 |
Color Harmonies of #052B3C
Complementary color
Monochromatic Colors of #052B3C
Black with #052B3C
Text Example
Text Example
White with #052B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B3C; }
p { color: rgb(5,43,60); }
H1.HeaderClassName
{
color: #052B3C;
}
.AnyTagClassName
{
color: #052B3C;
}
</style>
background-color css
<style>
a { background-color: #052B3C; }
a { background-color: rgb(5,43,60); }
div.DivClassName
{
background-color: #052B3C;
}
.BgClassName
{
background-color: #052B3C;
}
</style>
border-color css
<style>
span { border-color: #052B3C; }
span { border-color: rgb(5,43,60); }
td.TdClassName
{
border-color: #052B3C;
}
.TagClassName
{
border-color: #052B3C;
}
</style>