Shades of Tangaroa #052A3D
Tints of Tangaroa #052A3D
RGB
CMYK
RGB Variations
Color information
#052A3D (or 0x052A3D) is known color: Tangaroa. HEX triplet: 05, 2A and 3D. RGB value is (5,42,61). Sum of RGB (Red+Green+Blue) = 5+42+61=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #052A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A3D is #FAD5C2. Grayscale: #202020. Windows color (decimal): -16438723 or 4008453. OLE color: 4008453.
HSL color Cylindrical-coordinate representation of color #052A3D: hue angle of 200.36º 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 #052A3D is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 42 | 61 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.76 |
| HSL | 200.36º | 0.85% | 0.13% | - |
| HSV(B) | 200.36º | 0.92% | 0.24% | - |
| XYZ | 1.73 | 2.03 | 4.71 | - |
| YUV | 33.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 61 | 0.92 | 0.31 | 0 | 0.76 | 200.36 | 0.85 | 0.13 |
| Hex | 5 | 2A | 3D | 5C | 1F | 0 | 4C | C8 | 55 | D |
| Octal | 5 | 52 | 75 | 134 | 37 | 0 | 114 | 310 | 125 | 15 |
| Binary | 101 | 101010 | 111101 | 1011100 | 11111 | 0 | 1001100 | 11001000 | 1010101 | 1101 |
Color Harmonies of #052A3D
Complementary color
Monochromatic Colors of #052A3D
Black with #052A3D
Text Example
Text Example
White with #052A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A3D; }
p { color: rgb(5,42,61); }
H1.HeaderClassName
{
color: #052A3D;
}
.AnyTagClassName
{
color: #052A3D;
}
</style>
background-color css
<style>
a { background-color: #052A3D; }
a { background-color: rgb(5,42,61); }
div.DivClassName
{
background-color: #052A3D;
}
.BgClassName
{
background-color: #052A3D;
}
</style>
border-color css
<style>
span { border-color: #052A3D; }
span { border-color: rgb(5,42,61); }
td.TdClassName
{
border-color: #052A3D;
}
.TagClassName
{
border-color: #052A3D;
}
</style>