Shades of Tangaroa #02203C
Tints of Tangaroa #02203C
RGB
CMYK
RGB Variations
Color information
#02203C (or 0x02203C) is known color: Tangaroa. HEX triplet: 02, 20 and 3C. RGB value is (2,32,60). Sum of RGB (Red+Green+Blue) = 2+32+60=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #02203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02203C is #FDDFC3. Grayscale: #1A1A1A. Windows color (decimal): -16637892 or 3940354. OLE color: 3940354.
HSL color Cylindrical-coordinate representation of color #02203C: hue angle of 208.97º 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 #02203C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 32 | 60 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.76 |
| HSL | 208.97º | 0.94% | 0.12% | - |
| HSV(B) | 208.97º | 0.97% | 0.24% | - |
| XYZ | 1.36 | 1.37 | 4.47 | - |
| YUV | 26.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 60 | 0.97 | 0.47 | 0 | 0.76 | 208.97 | 0.94 | 0.12 |
| Hex | 2 | 20 | 3C | 61 | 2F | 0 | 4C | D1 | 5E | C |
| Octal | 2 | 40 | 74 | 141 | 57 | 0 | 114 | 321 | 136 | 14 |
| Binary | 10 | 100000 | 111100 | 1100001 | 101111 | 0 | 1001100 | 11010001 | 1011110 | 1100 |
Color Harmonies of #02203C
Complementary color
Monochromatic Colors of #02203C
Black with #02203C
Text Example
Text Example
White with #02203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02203C; }
p { color: rgb(2,32,60); }
H1.HeaderClassName
{
color: #02203C;
}
.AnyTagClassName
{
color: #02203C;
}
</style>
background-color css
<style>
a { background-color: #02203C; }
a { background-color: rgb(2,32,60); }
div.DivClassName
{
background-color: #02203C;
}
.BgClassName
{
background-color: #02203C;
}
</style>
border-color css
<style>
span { border-color: #02203C; }
span { border-color: rgb(2,32,60); }
td.TdClassName
{
border-color: #02203C;
}
.TagClassName
{
border-color: #02203C;
}
</style>