Shades of Nordic #03343B
Tints of Nordic #03343B
RGB
CMYK
RGB Variations
Color information
#03343B (or 0x03343B) is known color: Nordic. HEX triplet: 03, 34 and 3B. RGB value is (3,52,59). Sum of RGB (Red+Green+Blue) = 3+52+59=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #03343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03343B is #FCCBC4. Grayscale: #262626. Windows color (decimal): -16567237 or 3879939. OLE color: 3879939.
HSL color Cylindrical-coordinate representation of color #03343B: hue angle of 187.5º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03343B is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 52 | 59 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.77 |
| HSL | 187.5º | 0.9% | 0.12% | - |
| HSV(B) | 187.5º | 0.95% | 0.23% | - |
| XYZ | 2.05 | 2.79 | 4.57 | - |
| YUV | 38.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 59 | 0.95 | 0.12 | 0 | 0.77 | 187.5 | 0.9 | 0.12 |
| Hex | 3 | 34 | 3B | 5F | C | 0 | 4D | BC | 5A | C |
| Octal | 3 | 64 | 73 | 137 | 14 | 0 | 115 | 274 | 132 | 14 |
| Binary | 11 | 110100 | 111011 | 1011111 | 1100 | 0 | 1001101 | 10111100 | 1011010 | 1100 |
Color Harmonies of #03343B
Complementary color
Monochromatic Colors of #03343B
Black with #03343B
Text Example
Text Example
White with #03343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03343B; }
p { color: rgb(3,52,59); }
H1.HeaderClassName
{
color: #03343B;
}
.AnyTagClassName
{
color: #03343B;
}
</style>
background-color css
<style>
a { background-color: #03343B; }
a { background-color: rgb(3,52,59); }
div.DivClassName
{
background-color: #03343B;
}
.BgClassName
{
background-color: #03343B;
}
</style>
border-color css
<style>
span { border-color: #03343B; }
span { border-color: rgb(3,52,59); }
td.TdClassName
{
border-color: #03343B;
}
.TagClassName
{
border-color: #03343B;
}
</style>