Shades of Tangaroa #052B3D
Tints of Tangaroa #052B3D
RGB
CMYK
RGB Variations
Color information
#052B3D (or 0x052B3D) is known color: Tangaroa. HEX triplet: 05, 2B and 3D. RGB value is (5,43,61). Sum of RGB (Red+Green+Blue) = 5+43+61=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #052B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B3D is #FAD4C2. Grayscale: #212121. Windows color (decimal): -16438467 or 4008709. OLE color: 4008709.
HSL color Cylindrical-coordinate representation of color #052B3D: hue angle of 199.29º 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 #052B3D is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 43 | 61 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.76 |
| HSL | 199.29º | 0.85% | 0.13% | - |
| HSV(B) | 199.29º | 0.92% | 0.24% | - |
| XYZ | 1.77 | 2.1 | 4.73 | - |
| YUV | 33.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 61 | 0.92 | 0.30 | 0 | 0.76 | 199.29 | 0.85 | 0.13 |
| Hex | 5 | 2B | 3D | 5C | 1E | 0 | 4C | C7 | 55 | D |
| Octal | 5 | 53 | 75 | 134 | 36 | 0 | 114 | 307 | 125 | 15 |
| Binary | 101 | 101011 | 111101 | 1011100 | 11110 | 0 | 1001100 | 11000111 | 1010101 | 1101 |
Color Harmonies of #052B3D
Complementary color
Monochromatic Colors of #052B3D
Black with #052B3D
Text Example
Text Example
White with #052B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B3D; }
p { color: rgb(5,43,61); }
H1.HeaderClassName
{
color: #052B3D;
}
.AnyTagClassName
{
color: #052B3D;
}
</style>
background-color css
<style>
a { background-color: #052B3D; }
a { background-color: rgb(5,43,61); }
div.DivClassName
{
background-color: #052B3D;
}
.BgClassName
{
background-color: #052B3D;
}
</style>
border-color css
<style>
span { border-color: #052B3D; }
span { border-color: rgb(5,43,61); }
td.TdClassName
{
border-color: #052B3D;
}
.TagClassName
{
border-color: #052B3D;
}
</style>