Shades of Tangaroa #022B3C
Tints of Tangaroa #022B3C
RGB
CMYK
RGB Variations
Color information
#022B3C (or 0x022B3C) is known color: Tangaroa. HEX triplet: 02, 2B and 3C. RGB value is (2,43,60). Sum of RGB (Red+Green+Blue) = 2+43+60=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #022B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B3C is #FDD4C3. Grayscale: #202020. Windows color (decimal): -16635076 or 3943170. OLE color: 3943170.
HSL color Cylindrical-coordinate representation of color #022B3C: hue angle of 197.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B3C is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 43 | 60 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.76 |
| HSL | 197.59º | 0.94% | 0.12% | - |
| HSV(B) | 197.59º | 0.97% | 0.24% | - |
| XYZ | 1.7 | 2.07 | 4.58 | - |
| YUV | 32.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 60 | 0.97 | 0.28 | 0 | 0.76 | 197.59 | 0.94 | 0.12 |
| Hex | 2 | 2B | 3C | 61 | 1C | 0 | 4C | C6 | 5E | C |
| Octal | 2 | 53 | 74 | 141 | 34 | 0 | 114 | 306 | 136 | 14 |
| Binary | 10 | 101011 | 111100 | 1100001 | 11100 | 0 | 1001100 | 11000110 | 1011110 | 1100 |
Color Harmonies of #022B3C
Complementary color
Monochromatic Colors of #022B3C
Black with #022B3C
Text Example
Text Example
White with #022B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B3C; }
p { color: rgb(2,43,60); }
H1.HeaderClassName
{
color: #022B3C;
}
.AnyTagClassName
{
color: #022B3C;
}
</style>
background-color css
<style>
a { background-color: #022B3C; }
a { background-color: rgb(2,43,60); }
div.DivClassName
{
background-color: #022B3C;
}
.BgClassName
{
background-color: #022B3C;
}
</style>
border-color css
<style>
span { border-color: #022B3C; }
span { border-color: rgb(2,43,60); }
td.TdClassName
{
border-color: #022B3C;
}
.TagClassName
{
border-color: #022B3C;
}
</style>