Shades of Nordic #08333D
Tints of Nordic #08333D
RGB
CMYK
RGB Variations
Color information
#08333D (or 0x08333D) is known color: Nordic. HEX triplet: 08, 33 and 3D. RGB value is (8,51,61). Sum of RGB (Red+Green+Blue) = 8+51+61=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #08333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08333D is #F7CCC2. Grayscale: #272727. Windows color (decimal): -16239811 or 4010760. OLE color: 4010760.
HSL color Cylindrical-coordinate representation of color #08333D: hue angle of 191.32º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08333D is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 51 | 61 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.76 |
| HSL | 191.32º | 0.77% | 0.14% | - |
| HSV(B) | 191.32º | 0.87% | 0.24% | - |
| XYZ | 2.13 | 2.76 | 4.83 | - |
| YUV | 39.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 61 | 0.87 | 0.16 | 0 | 0.76 | 191.32 | 0.77 | 0.14 |
| Hex | 8 | 33 | 3D | 57 | 10 | 0 | 4C | BF | 4D | E |
| Octal | 10 | 63 | 75 | 127 | 20 | 0 | 114 | 277 | 115 | 16 |
| Binary | 1000 | 110011 | 111101 | 1010111 | 10000 | 0 | 1001100 | 10111111 | 1001101 | 1110 |
Color Harmonies of #08333D
Complementary color
Monochromatic Colors of #08333D
Black with #08333D
Text Example
Text Example
White with #08333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08333D; }
p { color: rgb(8,51,61); }
H1.HeaderClassName
{
color: #08333D;
}
.AnyTagClassName
{
color: #08333D;
}
</style>
background-color css
<style>
a { background-color: #08333D; }
a { background-color: rgb(8,51,61); }
div.DivClassName
{
background-color: #08333D;
}
.BgClassName
{
background-color: #08333D;
}
</style>
border-color css
<style>
span { border-color: #08333D; }
span { border-color: rgb(8,51,61); }
td.TdClassName
{
border-color: #08333D;
}
.TagClassName
{
border-color: #08333D;
}
</style>