Shades of Tangaroa #02243A
Tints of Tangaroa #02243A
RGB
CMYK
RGB Variations
Color information
#02243A (or 0x02243A) is known color: Tangaroa. HEX triplet: 02, 24 and 3A. RGB value is (2,36,58). Sum of RGB (Red+Green+Blue) = 2+36+58=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #02243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02243A is #FDDBC5. Grayscale: #1C1C1C. Windows color (decimal): -16636870 or 3810306. OLE color: 3810306.
HSL color Cylindrical-coordinate representation of color #02243A: hue angle of 203.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02243A is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 36 | 58 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.77 |
| HSL | 203.57º | 0.93% | 0.12% | - |
| HSV(B) | 203.57º | 0.97% | 0.23% | - |
| XYZ | 1.42 | 1.58 | 4.23 | - |
| YUV | 28.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 58 | 0.97 | 0.38 | 0 | 0.77 | 203.57 | 0.93 | 0.12 |
| Hex | 2 | 24 | 3A | 61 | 26 | 0 | 4D | CC | 5D | C |
| Octal | 2 | 44 | 72 | 141 | 46 | 0 | 115 | 314 | 135 | 14 |
| Binary | 10 | 100100 | 111010 | 1100001 | 100110 | 0 | 1001101 | 11001100 | 1011101 | 1100 |
Color Harmonies of #02243A
Complementary color
Monochromatic Colors of #02243A
Black with #02243A
Text Example
Text Example
White with #02243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02243A; }
p { color: rgb(2,36,58); }
H1.HeaderClassName
{
color: #02243A;
}
.AnyTagClassName
{
color: #02243A;
}
</style>
background-color css
<style>
a { background-color: #02243A; }
a { background-color: rgb(2,36,58); }
div.DivClassName
{
background-color: #02243A;
}
.BgClassName
{
background-color: #02243A;
}
</style>
border-color css
<style>
span { border-color: #02243A; }
span { border-color: rgb(2,36,58); }
td.TdClassName
{
border-color: #02243A;
}
.TagClassName
{
border-color: #02243A;
}
</style>