Shades of Tangaroa #042B3C
Tints of Tangaroa #042B3C
RGB
CMYK
RGB Variations
Color information
#042B3C (or 0x042B3C) is known color: Tangaroa. HEX triplet: 04, 2B and 3C. RGB value is (4,43,60). Sum of RGB (Red+Green+Blue) = 4+43+60=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #042B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B3C is #FBD4C3. Grayscale: #212121. Windows color (decimal): -16504004 or 3943172. OLE color: 3943172.
HSL color Cylindrical-coordinate representation of color #042B3C: hue angle of 198.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042B3C is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 43 | 60 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.76 |
| HSL | 198.21º | 0.88% | 0.13% | - |
| HSV(B) | 198.21º | 0.93% | 0.24% | - |
| XYZ | 1.73 | 2.08 | 4.59 | - |
| YUV | 33.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 60 | 0.93 | 0.28 | 0 | 0.76 | 198.21 | 0.88 | 0.13 |
| Hex | 4 | 2B | 3C | 5D | 1C | 0 | 4C | C6 | 58 | D |
| Octal | 4 | 53 | 74 | 135 | 34 | 0 | 114 | 306 | 130 | 15 |
| Binary | 100 | 101011 | 111100 | 1011101 | 11100 | 0 | 1001100 | 11000110 | 1011000 | 1101 |
Color Harmonies of #042B3C
Complementary color
Monochromatic Colors of #042B3C
Black with #042B3C
Text Example
Text Example
White with #042B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B3C; }
p { color: rgb(4,43,60); }
H1.HeaderClassName
{
color: #042B3C;
}
.AnyTagClassName
{
color: #042B3C;
}
</style>
background-color css
<style>
a { background-color: #042B3C; }
a { background-color: rgb(4,43,60); }
div.DivClassName
{
background-color: #042B3C;
}
.BgClassName
{
background-color: #042B3C;
}
</style>
border-color css
<style>
span { border-color: #042B3C; }
span { border-color: rgb(4,43,60); }
td.TdClassName
{
border-color: #042B3C;
}
.TagClassName
{
border-color: #042B3C;
}
</style>