Shades of Tangaroa #02283D
Tints of Tangaroa #02283D
RGB
CMYK
RGB Variations
Color information
#02283D (or 0x02283D) is known color: Tangaroa. HEX triplet: 02, 28 and 3D. RGB value is (2,40,61). Sum of RGB (Red+Green+Blue) = 2+40+61=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #02283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02283D is #FDD7C2. Grayscale: #1E1E1E. Windows color (decimal): -16635843 or 4007938. OLE color: 4007938.
HSL color Cylindrical-coordinate representation of color #02283D: hue angle of 201.36º 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 #02283D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 40 | 61 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.76 |
| HSL | 201.36º | 0.94% | 0.12% | - |
| HSV(B) | 201.36º | 0.97% | 0.24% | - |
| XYZ | 1.63 | 1.87 | 4.69 | - |
| YUV | 31.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 61 | 0.97 | 0.34 | 0 | 0.76 | 201.36 | 0.94 | 0.12 |
| Hex | 2 | 28 | 3D | 61 | 22 | 0 | 4C | C9 | 5E | C |
| Octal | 2 | 50 | 75 | 141 | 42 | 0 | 114 | 311 | 136 | 14 |
| Binary | 10 | 101000 | 111101 | 1100001 | 100010 | 0 | 1001100 | 11001001 | 1011110 | 1100 |
Color Harmonies of #02283D
Complementary color
Monochromatic Colors of #02283D
Black with #02283D
Text Example
Text Example
White with #02283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02283D; }
p { color: rgb(2,40,61); }
H1.HeaderClassName
{
color: #02283D;
}
.AnyTagClassName
{
color: #02283D;
}
</style>
background-color css
<style>
a { background-color: #02283D; }
a { background-color: rgb(2,40,61); }
div.DivClassName
{
background-color: #02283D;
}
.BgClassName
{
background-color: #02283D;
}
</style>
border-color css
<style>
span { border-color: #02283D; }
span { border-color: rgb(2,40,61); }
td.TdClassName
{
border-color: #02283D;
}
.TagClassName
{
border-color: #02283D;
}
</style>