Shades of Tarawera #283C45
Tints of Tarawera #283C45
RGB
CMYK
RGB Variations
Color information
#283C45 (or 0x283C45) is known color: Tarawera. HEX triplet: 28, 3C and 45. RGB value is (40,60,69). Sum of RGB (Red+Green+Blue) = 40+60+69=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #283C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C45 is #D7C3BA. Grayscale: #363636. Windows color (decimal): -14140347 or 4537384. OLE color: 4537384.
HSL color Cylindrical-coordinate representation of color #283C45: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #283C45 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 60 | 69 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.73 |
| HSL | 198.62º | 0.27% | 0.21% | - |
| HSV(B) | 198.62º | 0.42% | 0.27% | - |
| XYZ | 3.57 | 4.11 | 6.24 | - |
| YUV | 55.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 69 | 0.42 | 0.13 | 0 | 0.73 | 198.62 | 0.27 | 0.21 |
| Hex | 28 | 3C | 45 | 2A | D | 0 | 49 | C7 | 1B | 15 |
| Octal | 50 | 74 | 105 | 52 | 15 | 0 | 111 | 307 | 33 | 25 |
| Binary | 101000 | 111100 | 1000101 | 101010 | 1101 | 0 | 1001001 | 11000111 | 11011 | 10101 |
Color Harmonies of #283C45
Complementary color
Monochromatic Colors of #283C45
Black with #283C45
Text Example
Text Example
White with #283C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C45; }
p { color: rgb(40,60,69); }
H1.HeaderClassName
{
color: #283C45;
}
.AnyTagClassName
{
color: #283C45;
}
</style>
background-color css
<style>
a { background-color: #283C45; }
a { background-color: rgb(40,60,69); }
div.DivClassName
{
background-color: #283C45;
}
.BgClassName
{
background-color: #283C45;
}
</style>
border-color css
<style>
span { border-color: #283C45; }
span { border-color: rgb(40,60,69); }
td.TdClassName
{
border-color: #283C45;
}
.TagClassName
{
border-color: #283C45;
}
</style>