Shades of Midnight Express #030434
Tints of Midnight Express #030434
RGB
CMYK
RGB Variations
Color information
#030434 (or 0x030434) is known color: Midnight Express. HEX triplet: 03, 04 and 34. RGB value is (3,4,52). Sum of RGB (Red+Green+Blue) = 3+4+52=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 52 (20.70% from 255 or 88.14% from 59); Max value from RGB is 52 - color contains mainly: blue. Hex color #030434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030434 is #FCFBCB. Grayscale: #080808. Windows color (decimal): -16579532 or 3408899. OLE color: 3408899.
HSL color Cylindrical-coordinate representation of color #030434: hue angle of 238.78º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030434 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 4 | 52 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.80 |
| HSL | 238.78º | 0.89% | 0.11% | - |
| HSV(B) | 238.78º | 0.94% | 0.2% | - |
| XYZ | 0.7 | 0.35 | 3.28 | - |
| YUV | 9.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 52 | 0.94 | 0.92 | 0 | 0.80 | 238.78 | 0.89 | 0.11 |
| Hex | 3 | 4 | 34 | 5E | 5C | 0 | 50 | EF | 59 | B |
| Octal | 3 | 4 | 64 | 136 | 134 | 0 | 120 | 357 | 131 | 13 |
| Binary | 11 | 100 | 110100 | 1011110 | 1011100 | 0 | 1010000 | 11101111 | 1011001 | 1011 |
Color Harmonies of #030434
Complementary color
Monochromatic Colors of #030434
Black with #030434
Text Example
Text Example
White with #030434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030434; }
p { color: rgb(3,4,52); }
H1.HeaderClassName
{
color: #030434;
}
.AnyTagClassName
{
color: #030434;
}
</style>
background-color css
<style>
a { background-color: #030434; }
a { background-color: rgb(3,4,52); }
div.DivClassName
{
background-color: #030434;
}
.BgClassName
{
background-color: #030434;
}
</style>
border-color css
<style>
span { border-color: #030434; }
span { border-color: rgb(3,4,52); }
td.TdClassName
{
border-color: #030434;
}
.TagClassName
{
border-color: #030434;
}
</style>