Shades of Midnight Express #030649
Tints of Midnight Express #030649
RGB
CMYK
RGB Variations
Color information
#030649 (or 0x030649) is known color: Midnight Express. HEX triplet: 03, 06 and 49. RGB value is (3,6,73). Sum of RGB (Red+Green+Blue) = 3+6+73=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 73 (28.91% from 255 or 89.02% from 82); Max value from RGB is 73 - color contains mainly: blue. Hex color #030649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030649 is #FCF9B6. Grayscale: #0C0C0C. Windows color (decimal): -16578999 or 4785667. OLE color: 4785667.
HSL color Cylindrical-coordinate representation of color #030649: hue angle of 237.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030649 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 6 | 73 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.71 |
| HSL | 237.43º | 0.92% | 0.15% | - |
| HSV(B) | 237.43º | 0.96% | 0.29% | - |
| XYZ | 1.31 | 0.63 | 6.36 | - |
| YUV | 12.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 73 | 0.96 | 0.92 | 0 | 0.71 | 237.43 | 0.92 | 0.15 |
| Hex | 3 | 6 | 49 | 60 | 5C | 0 | 47 | ED | 5C | F |
| Octal | 3 | 6 | 111 | 140 | 134 | 0 | 107 | 355 | 134 | 17 |
| Binary | 11 | 110 | 1001001 | 1100000 | 1011100 | 0 | 1000111 | 11101101 | 1011100 | 1111 |
Color Harmonies of #030649
Complementary color
Monochromatic Colors of #030649
Black with #030649
Text Example
Text Example
White with #030649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030649; }
p { color: rgb(3,6,73); }
H1.HeaderClassName
{
color: #030649;
}
.AnyTagClassName
{
color: #030649;
}
</style>
background-color css
<style>
a { background-color: #030649; }
a { background-color: rgb(3,6,73); }
div.DivClassName
{
background-color: #030649;
}
.BgClassName
{
background-color: #030649;
}
</style>
border-color css
<style>
span { border-color: #030649; }
span { border-color: rgb(3,6,73); }
td.TdClassName
{
border-color: #030649;
}
.TagClassName
{
border-color: #030649;
}
</style>