Shades of Nordic #00303B
Tints of Nordic #00303B
RGB
CMYK
RGB Variations
Color information
#00303B (or 0x00303B) is known color: Nordic. HEX triplet: 00, 30 and 3B. RGB value is (0,48,59). Sum of RGB (Red+Green+Blue) = 0+48+59=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #00303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00303B is #FFCFC4. Grayscale: #222222. Windows color (decimal): -16764869 or 3878912. OLE color: 3878912.
HSL color Cylindrical-coordinate representation of color #00303B: hue angle of 191.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00303B is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 48 | 59 | - |
| CMYK | 1 | 0.19 | 0 | 0.77 |
| HSL | 191.19º | 1% | 0.12% | - |
| HSV(B) | 191.19º | 1% | 0.23% | - |
| XYZ | 1.85 | 2.43 | 4.51 | - |
| YUV | 34.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 59 | 1 | 0.19 | 0 | 0.77 | 191.19 | 1 | 0.12 |
| Hex | 0 | 30 | 3B | 64 | 13 | 0 | 4D | BF | 64 | C |
| Octal | 0 | 60 | 73 | 144 | 23 | 0 | 115 | 277 | 144 | 14 |
| Binary | 0 | 110000 | 111011 | 1100100 | 10011 | 0 | 1001101 | 10111111 | 1100100 | 1100 |
Color Harmonies of #00303B
Complementary color
Monochromatic Colors of #00303B
Black with #00303B
Text Example
Text Example
White with #00303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00303B; }
p { color: rgb(0,48,59); }
H1.HeaderClassName
{
color: #00303B;
}
.AnyTagClassName
{
color: #00303B;
}
</style>
background-color css
<style>
a { background-color: #00303B; }
a { background-color: rgb(0,48,59); }
div.DivClassName
{
background-color: #00303B;
}
.BgClassName
{
background-color: #00303B;
}
</style>
border-color css
<style>
span { border-color: #00303B; }
span { border-color: rgb(0,48,59); }
td.TdClassName
{
border-color: #00303B;
}
.TagClassName
{
border-color: #00303B;
}
</style>