Shades of Tarawera #1C3B4C
Tints of Tarawera #1C3B4C
RGB
CMYK
RGB Variations
Color information
#1C3B4C (or 0x1C3B4C) is known color: Tarawera. HEX triplet: 1C, 3B and 4C. RGB value is (28,59,76). Sum of RGB (Red+Green+Blue) = 28+59+76=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C3B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B4C is #E3C4B3. Grayscale: #333333. Windows color (decimal): -14927028 or 4995868. OLE color: 4995868.
HSL color Cylindrical-coordinate representation of color #1C3B4C: hue angle of 201.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C3B4C is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 59 | 76 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.70 |
| HSL | 201.25º | 0.46% | 0.2% | - |
| HSV(B) | 201.25º | 0.63% | 0.3% | - |
| XYZ | 3.35 | 3.9 | 7.41 | - |
| YUV | 51.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 76 | 0.63 | 0.22 | 0 | 0.70 | 201.25 | 0.46 | 0.2 |
| Hex | 1C | 3B | 4C | 3F | 16 | 0 | 46 | C9 | 2E | 14 |
| Octal | 34 | 73 | 114 | 77 | 26 | 0 | 106 | 311 | 56 | 24 |
| Binary | 11100 | 111011 | 1001100 | 111111 | 10110 | 0 | 1000110 | 11001001 | 101110 | 10100 |
Color Harmonies of #1C3B4C
Complementary color
Monochromatic Colors of #1C3B4C
Black with #1C3B4C
Text Example
Text Example
White with #1C3B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B4C; }
p { color: rgb(28,59,76); }
H1.HeaderClassName
{
color: #1C3B4C;
}
.AnyTagClassName
{
color: #1C3B4C;
}
</style>
background-color css
<style>
a { background-color: #1C3B4C; }
a { background-color: rgb(28,59,76); }
div.DivClassName
{
background-color: #1C3B4C;
}
.BgClassName
{
background-color: #1C3B4C;
}
</style>
border-color css
<style>
span { border-color: #1C3B4C; }
span { border-color: rgb(28,59,76); }
td.TdClassName
{
border-color: #1C3B4C;
}
.TagClassName
{
border-color: #1C3B4C;
}
</style>