Shades of Tangaroa #152C3C
Tints of Tangaroa #152C3C
RGB
CMYK
RGB Variations
Color information
#152C3C (or 0x152C3C) is known color: Tangaroa. HEX triplet: 15, 2C and 3C. RGB value is (21,44,60). Sum of RGB (Red+Green+Blue) = 21+44+60=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #152C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C3C is #EAD3C3. Grayscale: #262626. Windows color (decimal): -15389636 or 3943445. OLE color: 3943445.
HSL color Cylindrical-coordinate representation of color #152C3C: hue angle of 204.62º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #152C3C is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 44 | 60 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.76 |
| HSL | 204.62º | 0.48% | 0.16% | - |
| HSV(B) | 204.62º | 0.65% | 0.24% | - |
| XYZ | 2.03 | 2.29 | 4.61 | - |
| YUV | 38.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 60 | 0.65 | 0.27 | 0 | 0.76 | 204.62 | 0.48 | 0.16 |
| Hex | 15 | 2C | 3C | 41 | 1B | 0 | 4C | CD | 30 | 10 |
| Octal | 25 | 54 | 74 | 101 | 33 | 0 | 114 | 315 | 60 | 20 |
| Binary | 10101 | 101100 | 111100 | 1000001 | 11011 | 0 | 1001100 | 11001101 | 110000 | 10000 |
Color Harmonies of #152C3C
Complementary color
Monochromatic Colors of #152C3C
Black with #152C3C
Text Example
Text Example
White with #152C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C3C; }
p { color: rgb(21,44,60); }
H1.HeaderClassName
{
color: #152C3C;
}
.AnyTagClassName
{
color: #152C3C;
}
</style>
background-color css
<style>
a { background-color: #152C3C; }
a { background-color: rgb(21,44,60); }
div.DivClassName
{
background-color: #152C3C;
}
.BgClassName
{
background-color: #152C3C;
}
</style>
border-color css
<style>
span { border-color: #152C3C; }
span { border-color: rgb(21,44,60); }
td.TdClassName
{
border-color: #152C3C;
}
.TagClassName
{
border-color: #152C3C;
}
</style>