Shades of Nordic #03323D
Tints of Nordic #03323D
RGB
CMYK
RGB Variations
Color information
#03323D (or 0x03323D) is known color: Nordic. HEX triplet: 03, 32 and 3D. RGB value is (3,50,61). Sum of RGB (Red+Green+Blue) = 3+50+61=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #03323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323D is #FCCDC2. Grayscale: #252525. Windows color (decimal): -16567747 or 4010499. OLE color: 4010499.
HSL color Cylindrical-coordinate representation of color #03323D: hue angle of 191.38º 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 #03323D is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 50 | 61 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.76 |
| HSL | 191.38º | 0.91% | 0.13% | - |
| HSV(B) | 191.38º | 0.95% | 0.24% | - |
| XYZ | 2.02 | 2.64 | 4.82 | - |
| YUV | 37.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 61 | 0.95 | 0.18 | 0 | 0.76 | 191.38 | 0.91 | 0.13 |
| Hex | 3 | 32 | 3D | 5F | 12 | 0 | 4C | BF | 5B | D |
| Octal | 3 | 62 | 75 | 137 | 22 | 0 | 114 | 277 | 133 | 15 |
| Binary | 11 | 110010 | 111101 | 1011111 | 10010 | 0 | 1001100 | 10111111 | 1011011 | 1101 |
Color Harmonies of #03323D
Complementary color
Monochromatic Colors of #03323D
Black with #03323D
Text Example
Text Example
White with #03323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03323D; }
p { color: rgb(3,50,61); }
H1.HeaderClassName
{
color: #03323D;
}
.AnyTagClassName
{
color: #03323D;
}
</style>
background-color css
<style>
a { background-color: #03323D; }
a { background-color: rgb(3,50,61); }
div.DivClassName
{
background-color: #03323D;
}
.BgClassName
{
background-color: #03323D;
}
</style>
border-color css
<style>
span { border-color: #03323D; }
span { border-color: rgb(3,50,61); }
td.TdClassName
{
border-color: #03323D;
}
.TagClassName
{
border-color: #03323D;
}
</style>