Shades of Tangaroa #152C38
Tints of Tangaroa #152C38
RGB
CMYK
RGB Variations
Color information
#152C38 (or 0x152C38) is known color: Tangaroa. HEX triplet: 15, 2C and 38. RGB value is (21,44,56). Sum of RGB (Red+Green+Blue) = 21+44+56=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #152C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C38 is #EAD3C7. Grayscale: #262626. Windows color (decimal): -15389640 or 3681301. OLE color: 3681301.
HSL color Cylindrical-coordinate representation of color #152C38: hue angle of 200.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152C38 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 44 | 56 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.78 |
| HSL | 200.57º | 0.45% | 0.15% | - |
| HSV(B) | 200.57º | 0.63% | 0.22% | - |
| XYZ | 1.92 | 2.25 | 4.07 | - |
| YUV | 38.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 56 | 0.63 | 0.21 | 0 | 0.78 | 200.57 | 0.45 | 0.15 |
| Hex | 15 | 2C | 38 | 3F | 15 | 0 | 4E | C9 | 2D | F |
| Octal | 25 | 54 | 70 | 77 | 25 | 0 | 116 | 311 | 55 | 17 |
| Binary | 10101 | 101100 | 111000 | 111111 | 10101 | 0 | 1001110 | 11001001 | 101101 | 1111 |
Color Harmonies of #152C38
Complementary color
Monochromatic Colors of #152C38
Black with #152C38
Text Example
Text Example
White with #152C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C38; }
p { color: rgb(21,44,56); }
H1.HeaderClassName
{
color: #152C38;
}
.AnyTagClassName
{
color: #152C38;
}
</style>
background-color css
<style>
a { background-color: #152C38; }
a { background-color: rgb(21,44,56); }
div.DivClassName
{
background-color: #152C38;
}
.BgClassName
{
background-color: #152C38;
}
</style>
border-color css
<style>
span { border-color: #152C38; }
span { border-color: rgb(21,44,56); }
td.TdClassName
{
border-color: #152C38;
}
.TagClassName
{
border-color: #152C38;
}
</style>