Shades of Nordic #04303D
Tints of Nordic #04303D
RGB
CMYK
RGB Variations
Color information
#04303D (or 0x04303D) is known color: Nordic. HEX triplet: 04, 30 and 3D. RGB value is (4,48,61). Sum of RGB (Red+Green+Blue) = 4+48+61=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #04303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04303D is #FBCFC2. Grayscale: #242424. Windows color (decimal): -16502723 or 4009988. OLE color: 4009988.
HSL color Cylindrical-coordinate representation of color #04303D: hue angle of 193.68º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04303D is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 48 | 61 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.76 |
| HSL | 193.68º | 0.88% | 0.13% | - |
| HSV(B) | 193.68º | 0.93% | 0.24% | - |
| XYZ | 1.95 | 2.48 | 4.79 | - |
| YUV | 36.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 61 | 0.93 | 0.21 | 0 | 0.76 | 193.68 | 0.88 | 0.13 |
| Hex | 4 | 30 | 3D | 5D | 15 | 0 | 4C | C2 | 58 | D |
| Octal | 4 | 60 | 75 | 135 | 25 | 0 | 114 | 302 | 130 | 15 |
| Binary | 100 | 110000 | 111101 | 1011101 | 10101 | 0 | 1001100 | 11000010 | 1011000 | 1101 |
Color Harmonies of #04303D
Complementary color
Monochromatic Colors of #04303D
Black with #04303D
Text Example
Text Example
White with #04303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04303D; }
p { color: rgb(4,48,61); }
H1.HeaderClassName
{
color: #04303D;
}
.AnyTagClassName
{
color: #04303D;
}
</style>
background-color css
<style>
a { background-color: #04303D; }
a { background-color: rgb(4,48,61); }
div.DivClassName
{
background-color: #04303D;
}
.BgClassName
{
background-color: #04303D;
}
</style>
border-color css
<style>
span { border-color: #04303D; }
span { border-color: rgb(4,48,61); }
td.TdClassName
{
border-color: #04303D;
}
.TagClassName
{
border-color: #04303D;
}
</style>