Shades of Midnight Express #030347
Tints of Midnight Express #030347
RGB
CMYK
RGB Variations
Color information
#030347 (or 0x030347) is known color: Midnight Express. HEX triplet: 03, 03 and 47. RGB value is (3,3,71). Sum of RGB (Red+Green+Blue) = 3+3+71=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 71 (28.12% from 255 or 92.21% from 77); Max value from RGB is 71 - color contains mainly: blue. Hex color #030347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030347 is #FCFCB8. Grayscale: #0A0A0A. Windows color (decimal): -16579769 or 4653827. OLE color: 4653827.
HSL color Cylindrical-coordinate representation of color #030347: hue angle of 240º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030347 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 3 | 71 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.72 |
| HSL | 240º | 0.92% | 0.15% | - |
| HSV(B) | 240º | 0.96% | 0.28% | - |
| XYZ | 1.21 | 0.54 | 6 | - |
| YUV | 10.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 71 | 0.96 | 0.96 | 0 | 0.72 | 240 | 0.92 | 0.15 |
| Hex | 3 | 3 | 47 | 60 | 60 | 0 | 48 | F0 | 5C | F |
| Octal | 3 | 3 | 107 | 140 | 140 | 0 | 110 | 360 | 134 | 17 |
| Binary | 11 | 11 | 1000111 | 1100000 | 1100000 | 0 | 1001000 | 11110000 | 1011100 | 1111 |
Color Harmonies of #030347
Complementary color
Monochromatic Colors of #030347
Black with #030347
Text Example
Text Example
White with #030347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030347; }
p { color: rgb(3,3,71); }
H1.HeaderClassName
{
color: #030347;
}
.AnyTagClassName
{
color: #030347;
}
</style>
background-color css
<style>
a { background-color: #030347; }
a { background-color: rgb(3,3,71); }
div.DivClassName
{
background-color: #030347;
}
.BgClassName
{
background-color: #030347;
}
</style>
border-color css
<style>
span { border-color: #030347; }
span { border-color: rgb(3,3,71); }
td.TdClassName
{
border-color: #030347;
}
.TagClassName
{
border-color: #030347;
}
</style>