Shades of Tarawera #283C4A
Tints of Tarawera #283C4A
RGB
CMYK
RGB Variations
Color information
#283C4A (or 0x283C4A) is known color: Tarawera. HEX triplet: 28, 3C and 4A. RGB value is (40,60,74). Sum of RGB (Red+Green+Blue) = 40+60+74=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #283C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C4A is #D7C3B5. Grayscale: #373737. Windows color (decimal): -14140342 or 4865064. OLE color: 4865064.
HSL color Cylindrical-coordinate representation of color #283C4A: hue angle of 204.71º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #283C4A is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 60 | 74 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.71 |
| HSL | 204.71º | 0.3% | 0.22% | - |
| HSV(B) | 204.71º | 0.46% | 0.29% | - |
| XYZ | 3.73 | 4.18 | 7.09 | - |
| YUV | 55.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 74 | 0.46 | 0.19 | 0 | 0.71 | 204.71 | 0.3 | 0.22 |
| Hex | 28 | 3C | 4A | 2E | 13 | 0 | 47 | CD | 1E | 16 |
| Octal | 50 | 74 | 112 | 56 | 23 | 0 | 107 | 315 | 36 | 26 |
| Binary | 101000 | 111100 | 1001010 | 101110 | 10011 | 0 | 1000111 | 11001101 | 11110 | 10110 |
Color Harmonies of #283C4A
Complementary color
Monochromatic Colors of #283C4A
Black with #283C4A
Text Example
Text Example
White with #283C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C4A; }
p { color: rgb(40,60,74); }
H1.HeaderClassName
{
color: #283C4A;
}
.AnyTagClassName
{
color: #283C4A;
}
</style>
background-color css
<style>
a { background-color: #283C4A; }
a { background-color: rgb(40,60,74); }
div.DivClassName
{
background-color: #283C4A;
}
.BgClassName
{
background-color: #283C4A;
}
</style>
border-color css
<style>
span { border-color: #283C4A; }
span { border-color: rgb(40,60,74); }
td.TdClassName
{
border-color: #283C4A;
}
.TagClassName
{
border-color: #283C4A;
}
</style>