Shades of Tangaroa #232E36
Tints of Tangaroa #232E36
RGB
CMYK
RGB Variations
Color information
#232E36 (or 0x232E36) is known color: Tangaroa. HEX triplet: 23, 2E and 36. RGB value is (35,46,54). Sum of RGB (Red+Green+Blue) = 35+46+54=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #232E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E36 is #DCD1C9. Grayscale: #2B2B2B. Windows color (decimal): -14471626 or 3550755. OLE color: 3550755.
HSL color Cylindrical-coordinate representation of color #232E36: hue angle of 205.26º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #232E36 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 46 | 54 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.79 |
| HSL | 205.26º | 0.21% | 0.17% | - |
| HSV(B) | 205.26º | 0.35% | 0.21% | - |
| XYZ | 2.34 | 2.58 | 3.86 | - |
| YUV | 43.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 54 | 0.35 | 0.15 | 0 | 0.79 | 205.26 | 0.21 | 0.17 |
| Hex | 23 | 2E | 36 | 23 | F | 0 | 4F | CD | 15 | 11 |
| Octal | 43 | 56 | 66 | 43 | 17 | 0 | 117 | 315 | 25 | 21 |
| Binary | 100011 | 101110 | 110110 | 100011 | 1111 | 0 | 1001111 | 11001101 | 10101 | 10001 |
Color Harmonies of #232E36
Complementary color
Monochromatic Colors of #232E36
Black with #232E36
Text Example
Text Example
White with #232E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E36; }
p { color: rgb(35,46,54); }
H1.HeaderClassName
{
color: #232E36;
}
.AnyTagClassName
{
color: #232E36;
}
</style>
background-color css
<style>
a { background-color: #232E36; }
a { background-color: rgb(35,46,54); }
div.DivClassName
{
background-color: #232E36;
}
.BgClassName
{
background-color: #232E36;
}
</style>
border-color css
<style>
span { border-color: #232E36; }
span { border-color: rgb(35,46,54); }
td.TdClassName
{
border-color: #232E36;
}
.TagClassName
{
border-color: #232E36;
}
</style>