Shades of Nordic #03303E
Tints of Nordic #03303E
RGB
CMYK
RGB Variations
Color information
#03303E (or 0x03303E) is known color: Nordic. HEX triplet: 03, 30 and 3E. RGB value is (3,48,62). Sum of RGB (Red+Green+Blue) = 3+48+62=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #03303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03303E is #FCCFC1. Grayscale: #242424. Windows color (decimal): -16568258 or 4075523. OLE color: 4075523.
HSL color Cylindrical-coordinate representation of color #03303E: hue angle of 194.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03303E is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 48 | 62 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.76 |
| HSL | 194.24º | 0.91% | 0.13% | - |
| HSV(B) | 194.24º | 0.95% | 0.24% | - |
| XYZ | 1.96 | 2.48 | 4.93 | - |
| YUV | 36.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 62 | 0.95 | 0.23 | 0 | 0.76 | 194.24 | 0.91 | 0.13 |
| Hex | 3 | 30 | 3E | 5F | 17 | 0 | 4C | C2 | 5B | D |
| Octal | 3 | 60 | 76 | 137 | 27 | 0 | 114 | 302 | 133 | 15 |
| Binary | 11 | 110000 | 111110 | 1011111 | 10111 | 0 | 1001100 | 11000010 | 1011011 | 1101 |
Color Harmonies of #03303E
Complementary color
Monochromatic Colors of #03303E
Black with #03303E
Text Example
Text Example
White with #03303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03303E; }
p { color: rgb(3,48,62); }
H1.HeaderClassName
{
color: #03303E;
}
.AnyTagClassName
{
color: #03303E;
}
</style>
background-color css
<style>
a { background-color: #03303E; }
a { background-color: rgb(3,48,62); }
div.DivClassName
{
background-color: #03303E;
}
.BgClassName
{
background-color: #03303E;
}
</style>
border-color css
<style>
span { border-color: #03303E; }
span { border-color: rgb(3,48,62); }
td.TdClassName
{
border-color: #03303E;
}
.TagClassName
{
border-color: #03303E;
}
</style>