Shades of Nordic #02303C
Tints of Nordic #02303C
RGB
CMYK
RGB Variations
Color information
#02303C (or 0x02303C) is known color: Nordic. HEX triplet: 02, 30 and 3C. RGB value is (2,48,60). Sum of RGB (Red+Green+Blue) = 2+48+60=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #02303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02303C is #FDCFC3. Grayscale: #232323. Windows color (decimal): -16633796 or 3944450. OLE color: 3944450.
HSL color Cylindrical-coordinate representation of color #02303C: hue angle of 192.41º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02303C is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 48 | 60 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.76 |
| HSL | 192.41º | 0.94% | 0.12% | - |
| HSV(B) | 192.41º | 0.97% | 0.24% | - |
| XYZ | 1.9 | 2.45 | 4.65 | - |
| YUV | 35.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 60 | 0.97 | 0.20 | 0 | 0.76 | 192.41 | 0.94 | 0.12 |
| Hex | 2 | 30 | 3C | 61 | 14 | 0 | 4C | C0 | 5E | C |
| Octal | 2 | 60 | 74 | 141 | 24 | 0 | 114 | 300 | 136 | 14 |
| Binary | 10 | 110000 | 111100 | 1100001 | 10100 | 0 | 1001100 | 11000000 | 1011110 | 1100 |
Color Harmonies of #02303C
Complementary color
Monochromatic Colors of #02303C
Black with #02303C
Text Example
Text Example
White with #02303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02303C; }
p { color: rgb(2,48,60); }
H1.HeaderClassName
{
color: #02303C;
}
.AnyTagClassName
{
color: #02303C;
}
</style>
background-color css
<style>
a { background-color: #02303C; }
a { background-color: rgb(2,48,60); }
div.DivClassName
{
background-color: #02303C;
}
.BgClassName
{
background-color: #02303C;
}
</style>
border-color css
<style>
span { border-color: #02303C; }
span { border-color: rgb(2,48,60); }
td.TdClassName
{
border-color: #02303C;
}
.TagClassName
{
border-color: #02303C;
}
</style>