Shades of Tangaroa #152D38
Tints of Tangaroa #152D38
RGB
CMYK
RGB Variations
Color information
#152D38 (or 0x152D38) is known color: Tangaroa. HEX triplet: 15, 2D and 38. RGB value is (21,45,56). Sum of RGB (Red+Green+Blue) = 21+45+56=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #152D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D38 is #EAD2C7. Grayscale: #272727. Windows color (decimal): -15389384 or 3681557. OLE color: 3681557.
HSL color Cylindrical-coordinate representation of color #152D38: hue angle of 198.86º 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 #152D38 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 45 | 56 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.78 |
| HSL | 198.86º | 0.45% | 0.15% | - |
| HSV(B) | 198.86º | 0.63% | 0.22% | - |
| XYZ | 1.96 | 2.32 | 4.09 | - |
| YUV | 39.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 56 | 0.63 | 0.20 | 0 | 0.78 | 198.86 | 0.45 | 0.15 |
| Hex | 15 | 2D | 38 | 3F | 14 | 0 | 4E | C7 | 2D | F |
| Octal | 25 | 55 | 70 | 77 | 24 | 0 | 116 | 307 | 55 | 17 |
| Binary | 10101 | 101101 | 111000 | 111111 | 10100 | 0 | 1001110 | 11000111 | 101101 | 1111 |
Color Harmonies of #152D38
Complementary color
Monochromatic Colors of #152D38
Black with #152D38
Text Example
Text Example
White with #152D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D38; }
p { color: rgb(21,45,56); }
H1.HeaderClassName
{
color: #152D38;
}
.AnyTagClassName
{
color: #152D38;
}
</style>
background-color css
<style>
a { background-color: #152D38; }
a { background-color: rgb(21,45,56); }
div.DivClassName
{
background-color: #152D38;
}
.BgClassName
{
background-color: #152D38;
}
</style>
border-color css
<style>
span { border-color: #152D38; }
span { border-color: rgb(21,45,56); }
td.TdClassName
{
border-color: #152D38;
}
.TagClassName
{
border-color: #152D38;
}
</style>