Shades of Nordic #00313C
Tints of Nordic #00313C
RGB
CMYK
RGB Variations
Color information
#00313C (or 0x00313C) is known color: Nordic. HEX triplet: 00, 31 and 3C. RGB value is (0,49,60). Sum of RGB (Red+Green+Blue) = 0+49+60=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #00313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00313C is #FFCEC3. Grayscale: #232323. Windows color (decimal): -16764612 or 3944704. OLE color: 3944704.
HSL color Cylindrical-coordinate representation of color #00313C: hue angle of 191º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00313C is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 49 | 60 | - |
| CMYK | 1 | 0.18 | 0 | 0.76 |
| HSL | 191º | 1% | 0.12% | - |
| HSV(B) | 191º | 1% | 0.24% | - |
| XYZ | 1.91 | 2.52 | 4.66 | - |
| YUV | 35.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 60 | 1 | 0.18 | 0 | 0.76 | 191 | 1 | 0.12 |
| Hex | 0 | 31 | 3C | 64 | 12 | 0 | 4C | BF | 64 | C |
| Octal | 0 | 61 | 74 | 144 | 22 | 0 | 114 | 277 | 144 | 14 |
| Binary | 0 | 110001 | 111100 | 1100100 | 10010 | 0 | 1001100 | 10111111 | 1100100 | 1100 |
Color Harmonies of #00313C
Complementary color
Monochromatic Colors of #00313C
Black with #00313C
Text Example
Text Example
White with #00313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00313C; }
p { color: rgb(0,49,60); }
H1.HeaderClassName
{
color: #00313C;
}
.AnyTagClassName
{
color: #00313C;
}
</style>
background-color css
<style>
a { background-color: #00313C; }
a { background-color: rgb(0,49,60); }
div.DivClassName
{
background-color: #00313C;
}
.BgClassName
{
background-color: #00313C;
}
</style>
border-color css
<style>
span { border-color: #00313C; }
span { border-color: rgb(0,49,60); }
td.TdClassName
{
border-color: #00313C;
}
.TagClassName
{
border-color: #00313C;
}
</style>