Shades of Nordic #1C3A3E
Tints of Nordic #1C3A3E
RGB
CMYK
RGB Variations
Color information
#1C3A3E (or 0x1C3A3E) is known color: Nordic. HEX triplet: 1C, 3A and 3E. RGB value is (28,58,62). Sum of RGB (Red+Green+Blue) = 28+58+62=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #1C3A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A3E is #E3C5C1. Grayscale: #313131. Windows color (decimal): -14927298 or 4078108. OLE color: 4078108.
HSL color Cylindrical-coordinate representation of color #1C3A3E: hue angle of 187.06º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C3A3E is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 58 | 62 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.76 |
| HSL | 187.06º | 0.38% | 0.18% | - |
| HSV(B) | 187.06º | 0.55% | 0.24% | - |
| XYZ | 2.86 | 3.62 | 5.11 | - |
| YUV | 49.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 62 | 0.55 | 0.06 | 0 | 0.76 | 187.06 | 0.38 | 0.18 |
| Hex | 1C | 3A | 3E | 37 | 6 | 0 | 4C | BB | 26 | 12 |
| Octal | 34 | 72 | 76 | 67 | 6 | 0 | 114 | 273 | 46 | 22 |
| Binary | 11100 | 111010 | 111110 | 110111 | 110 | 0 | 1001100 | 10111011 | 100110 | 10010 |
Color Harmonies of #1C3A3E
Complementary color
Monochromatic Colors of #1C3A3E
Black with #1C3A3E
Text Example
Text Example
White with #1C3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A3E; }
p { color: rgb(28,58,62); }
H1.HeaderClassName
{
color: #1C3A3E;
}
.AnyTagClassName
{
color: #1C3A3E;
}
</style>
background-color css
<style>
a { background-color: #1C3A3E; }
a { background-color: rgb(28,58,62); }
div.DivClassName
{
background-color: #1C3A3E;
}
.BgClassName
{
background-color: #1C3A3E;
}
</style>
border-color css
<style>
span { border-color: #1C3A3E; }
span { border-color: rgb(28,58,62); }
td.TdClassName
{
border-color: #1C3A3E;
}
.TagClassName
{
border-color: #1C3A3E;
}
</style>