Shades of Tangaroa #002344
Tints of Tangaroa #002344
RGB
CMYK
RGB Variations
Color information
#002344 (or 0x002344) is known color: Tangaroa. HEX triplet: 00, 23 and 44. RGB value is (0,35,68). Sum of RGB (Red+Green+Blue) = 0+35+68=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 68 (26.95% from 255 or 66.02% from 103); Max value from RGB is 68 - color contains mainly: blue. Hex color #002344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002344 is #FFDCBB. Grayscale: #1C1C1C. Windows color (decimal): -16768188 or 4465408. OLE color: 4465408.
HSL color Cylindrical-coordinate representation of color #002344: hue angle of 209.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002344 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 35 | 68 | - |
| CMYK | 1 | 0.49 | 0 | 0.73 |
| HSL | 209.12º | 1% | 0.13% | - |
| HSV(B) | 209.12º | 1% | 0.27% | - |
| XYZ | 1.64 | 1.62 | 5.69 | - |
| YUV | 28.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 68 | 1 | 0.49 | 0 | 0.73 | 209.12 | 1 | 0.13 |
| Hex | 0 | 23 | 44 | 64 | 31 | 0 | 49 | D1 | 64 | D |
| Octal | 0 | 43 | 104 | 144 | 61 | 0 | 111 | 321 | 144 | 15 |
| Binary | 0 | 100011 | 1000100 | 1100100 | 110001 | 0 | 1001001 | 11010001 | 1100100 | 1101 |
Color Harmonies of #002344
Complementary color
Monochromatic Colors of #002344
Black with #002344
Text Example
Text Example
White with #002344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002344; }
p { color: rgb(0,35,68); }
H1.HeaderClassName
{
color: #002344;
}
.AnyTagClassName
{
color: #002344;
}
</style>
background-color css
<style>
a { background-color: #002344; }
a { background-color: rgb(0,35,68); }
div.DivClassName
{
background-color: #002344;
}
.BgClassName
{
background-color: #002344;
}
</style>
border-color css
<style>
span { border-color: #002344; }
span { border-color: rgb(0,35,68); }
td.TdClassName
{
border-color: #002344;
}
.TagClassName
{
border-color: #002344;
}
</style>