Shades of Tarawera #23384A
Tints of Tarawera #23384A
RGB
CMYK
RGB Variations
Color information
#23384A (or 0x23384A) is known color: Tarawera. HEX triplet: 23, 38 and 4A. RGB value is (35,56,74). Sum of RGB (Red+Green+Blue) = 35+56+74=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #23384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23384A is #DCC7B5. Grayscale: #333333. Windows color (decimal): -14469046 or 4864035. OLE color: 4864035.
HSL color Cylindrical-coordinate representation of color #23384A: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23384A is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 56 | 74 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.71 |
| HSL | 207.69º | 0.36% | 0.21% | - |
| HSV(B) | 207.69º | 0.53% | 0.29% | - |
| XYZ | 3.34 | 3.68 | 7.01 | - |
| YUV | 51.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 74 | 0.53 | 0.24 | 0 | 0.71 | 207.69 | 0.36 | 0.21 |
| Hex | 23 | 38 | 4A | 35 | 18 | 0 | 47 | D0 | 24 | 15 |
| Octal | 43 | 70 | 112 | 65 | 30 | 0 | 107 | 320 | 44 | 25 |
| Binary | 100011 | 111000 | 1001010 | 110101 | 11000 | 0 | 1000111 | 11010000 | 100100 | 10101 |
Color Harmonies of #23384A
Complementary color
Monochromatic Colors of #23384A
Black with #23384A
Text Example
Text Example
White with #23384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23384A; }
p { color: rgb(35,56,74); }
H1.HeaderClassName
{
color: #23384A;
}
.AnyTagClassName
{
color: #23384A;
}
</style>
background-color css
<style>
a { background-color: #23384A; }
a { background-color: rgb(35,56,74); }
div.DivClassName
{
background-color: #23384A;
}
.BgClassName
{
background-color: #23384A;
}
</style>
border-color css
<style>
span { border-color: #23384A; }
span { border-color: rgb(35,56,74); }
td.TdClassName
{
border-color: #23384A;
}
.TagClassName
{
border-color: #23384A;
}
</style>