Shades of Tangaroa #02243C
Tints of Tangaroa #02243C
RGB
CMYK
RGB Variations
Color information
#02243C (or 0x02243C) is known color: Tangaroa. HEX triplet: 02, 24 and 3C. RGB value is (2,36,60). Sum of RGB (Red+Green+Blue) = 2+36+60=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #02243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02243C is #FDDBC3. Grayscale: #1C1C1C. Windows color (decimal): -16636868 or 3941378. OLE color: 3941378.
HSL color Cylindrical-coordinate representation of color #02243C: hue angle of 204.83º 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 #02243C is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 36 | 60 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.76 |
| HSL | 204.83º | 0.94% | 0.12% | - |
| HSV(B) | 204.83º | 0.97% | 0.24% | - |
| XYZ | 1.47 | 1.6 | 4.51 | - |
| YUV | 28.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 60 | 0.97 | 0.40 | 0 | 0.76 | 204.83 | 0.94 | 0.12 |
| Hex | 2 | 24 | 3C | 61 | 28 | 0 | 4C | CD | 5E | C |
| Octal | 2 | 44 | 74 | 141 | 50 | 0 | 114 | 315 | 136 | 14 |
| Binary | 10 | 100100 | 111100 | 1100001 | 101000 | 0 | 1001100 | 11001101 | 1011110 | 1100 |
Color Harmonies of #02243C
Complementary color
Monochromatic Colors of #02243C
Black with #02243C
Text Example
Text Example
White with #02243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02243C; }
p { color: rgb(2,36,60); }
H1.HeaderClassName
{
color: #02243C;
}
.AnyTagClassName
{
color: #02243C;
}
</style>
background-color css
<style>
a { background-color: #02243C; }
a { background-color: rgb(2,36,60); }
div.DivClassName
{
background-color: #02243C;
}
.BgClassName
{
background-color: #02243C;
}
</style>
border-color css
<style>
span { border-color: #02243C; }
span { border-color: rgb(2,36,60); }
td.TdClassName
{
border-color: #02243C;
}
.TagClassName
{
border-color: #02243C;
}
</style>