Shades of Tarawera #1C3A4A
Tints of Tarawera #1C3A4A
RGB
CMYK
RGB Variations
Color information
#1C3A4A (or 0x1C3A4A) is known color: Tarawera. HEX triplet: 1C, 3A and 4A. RGB value is (28,58,74). Sum of RGB (Red+Green+Blue) = 28+58+74=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C3A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A4A is #E3C5B5. Grayscale: #323232. Windows color (decimal): -14927286 or 4864540. OLE color: 4864540.
HSL color Cylindrical-coordinate representation of color #1C3A4A: hue angle of 200.87º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C3A4A is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 58 | 74 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.71 |
| HSL | 200.87º | 0.45% | 0.2% | - |
| HSV(B) | 200.87º | 0.62% | 0.29% | - |
| XYZ | 3.23 | 3.77 | 7.04 | - |
| YUV | 50.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 74 | 0.62 | 0.22 | 0 | 0.71 | 200.87 | 0.45 | 0.2 |
| Hex | 1C | 3A | 4A | 3E | 16 | 0 | 47 | C9 | 2D | 14 |
| Octal | 34 | 72 | 112 | 76 | 26 | 0 | 107 | 311 | 55 | 24 |
| Binary | 11100 | 111010 | 1001010 | 111110 | 10110 | 0 | 1000111 | 11001001 | 101101 | 10100 |
Color Harmonies of #1C3A4A
Complementary color
Monochromatic Colors of #1C3A4A
Black with #1C3A4A
Text Example
Text Example
White with #1C3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A4A; }
p { color: rgb(28,58,74); }
H1.HeaderClassName
{
color: #1C3A4A;
}
.AnyTagClassName
{
color: #1C3A4A;
}
</style>
background-color css
<style>
a { background-color: #1C3A4A; }
a { background-color: rgb(28,58,74); }
div.DivClassName
{
background-color: #1C3A4A;
}
.BgClassName
{
background-color: #1C3A4A;
}
</style>
border-color css
<style>
span { border-color: #1C3A4A; }
span { border-color: rgb(28,58,74); }
td.TdClassName
{
border-color: #1C3A4A;
}
.TagClassName
{
border-color: #1C3A4A;
}
</style>