Shades of Nordic #023134
Tints of Nordic #023134
RGB
CMYK
RGB Variations
Color information
#023134 (or 0x023134) is known color: Nordic. HEX triplet: 02, 31 and 34. RGB value is (2,49,52). Sum of RGB (Red+Green+Blue) = 2+49+52=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #023134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023134 is #FDCECB. Grayscale: #232323. Windows color (decimal): -16633548 or 3420418. OLE color: 3420418.
HSL color Cylindrical-coordinate representation of color #023134: hue angle of 183.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023134 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 49 | 52 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.80 |
| HSL | 183.6º | 0.93% | 0.11% | - |
| HSV(B) | 183.6º | 0.96% | 0.2% | - |
| XYZ | 1.74 | 2.46 | 3.63 | - |
| YUV | 35.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 52 | 0.96 | 0.06 | 0 | 0.80 | 183.6 | 0.93 | 0.11 |
| Hex | 2 | 31 | 34 | 60 | 6 | 0 | 50 | B8 | 5D | B |
| Octal | 2 | 61 | 64 | 140 | 6 | 0 | 120 | 270 | 135 | 13 |
| Binary | 10 | 110001 | 110100 | 1100000 | 110 | 0 | 1010000 | 10111000 | 1011101 | 1011 |
Color Harmonies of #023134
Complementary color
Monochromatic Colors of #023134
Black with #023134
Text Example
Text Example
White with #023134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023134; }
p { color: rgb(2,49,52); }
H1.HeaderClassName
{
color: #023134;
}
.AnyTagClassName
{
color: #023134;
}
</style>
background-color css
<style>
a { background-color: #023134; }
a { background-color: rgb(2,49,52); }
div.DivClassName
{
background-color: #023134;
}
.BgClassName
{
background-color: #023134;
}
</style>
border-color css
<style>
span { border-color: #023134; }
span { border-color: rgb(2,49,52); }
td.TdClassName
{
border-color: #023134;
}
.TagClassName
{
border-color: #023134;
}
</style>