Shades of Tangaroa #152234
Tints of Tangaroa #152234
RGB
CMYK
RGB Variations
Color information
#152234 (or 0x152234) is known color: Tangaroa. HEX triplet: 15, 22 and 34. RGB value is (21,34,52). Sum of RGB (Red+Green+Blue) = 21+34+52=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #152234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152234 is #EADDCB. Grayscale: #202020. Windows color (decimal): -15392204 or 3416597. OLE color: 3416597.
HSL color Cylindrical-coordinate representation of color #152234: hue angle of 214.84º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152234 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 34 | 52 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.80 |
| HSL | 214.84º | 0.42% | 0.14% | - |
| HSV(B) | 214.84º | 0.6% | 0.2% | - |
| XYZ | 1.5 | 1.55 | 3.47 | - |
| YUV | 32.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 52 | 0.60 | 0.35 | 0 | 0.80 | 214.84 | 0.42 | 0.14 |
| Hex | 15 | 22 | 34 | 3C | 23 | 0 | 50 | D7 | 2A | E |
| Octal | 25 | 42 | 64 | 74 | 43 | 0 | 120 | 327 | 52 | 16 |
| Binary | 10101 | 100010 | 110100 | 111100 | 100011 | 0 | 1010000 | 11010111 | 101010 | 1110 |
Color Harmonies of #152234
Complementary color
Monochromatic Colors of #152234
Black with #152234
Text Example
Text Example
White with #152234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152234; }
p { color: rgb(21,34,52); }
H1.HeaderClassName
{
color: #152234;
}
.AnyTagClassName
{
color: #152234;
}
</style>
background-color css
<style>
a { background-color: #152234; }
a { background-color: rgb(21,34,52); }
div.DivClassName
{
background-color: #152234;
}
.BgClassName
{
background-color: #152234;
}
</style>
border-color css
<style>
span { border-color: #152234; }
span { border-color: rgb(21,34,52); }
td.TdClassName
{
border-color: #152234;
}
.TagClassName
{
border-color: #152234;
}
</style>