Shades of Nordic #08353C
Tints of Nordic #08353C
RGB
CMYK
RGB Variations
Color information
#08353C (or 0x08353C) is known color: Nordic. HEX triplet: 08, 35 and 3C. RGB value is (8,53,60). Sum of RGB (Red+Green+Blue) = 8+53+60=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #08353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08353C is #F7CAC3. Grayscale: #282828. Windows color (decimal): -16239300 or 3945736. OLE color: 3945736.
HSL color Cylindrical-coordinate representation of color #08353C: hue angle of 188.08º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08353C is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 53 | 60 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.76 |
| HSL | 188.08º | 0.76% | 0.13% | - |
| HSV(B) | 188.08º | 0.87% | 0.24% | - |
| XYZ | 2.19 | 2.92 | 4.72 | - |
| YUV | 40.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 60 | 0.87 | 0.12 | 0 | 0.76 | 188.08 | 0.76 | 0.13 |
| Hex | 8 | 35 | 3C | 57 | C | 0 | 4C | BC | 4C | D |
| Octal | 10 | 65 | 74 | 127 | 14 | 0 | 114 | 274 | 114 | 15 |
| Binary | 1000 | 110101 | 111100 | 1010111 | 1100 | 0 | 1001100 | 10111100 | 1001100 | 1101 |
Color Harmonies of #08353C
Complementary color
Monochromatic Colors of #08353C
Black with #08353C
Text Example
Text Example
White with #08353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08353C; }
p { color: rgb(8,53,60); }
H1.HeaderClassName
{
color: #08353C;
}
.AnyTagClassName
{
color: #08353C;
}
</style>
background-color css
<style>
a { background-color: #08353C; }
a { background-color: rgb(8,53,60); }
div.DivClassName
{
background-color: #08353C;
}
.BgClassName
{
background-color: #08353C;
}
</style>
border-color css
<style>
span { border-color: #08353C; }
span { border-color: rgb(8,53,60); }
td.TdClassName
{
border-color: #08353C;
}
.TagClassName
{
border-color: #08353C;
}
</style>