Shades of Midnight Express #03043C
Tints of Midnight Express #03043C
RGB
CMYK
RGB Variations
Color information
#03043C (or 0x03043C) is known color: Midnight Express. HEX triplet: 03, 04 and 3C. RGB value is (3,4,60). Sum of RGB (Red+Green+Blue) = 3+4+60=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 60 (23.83% from 255 or 89.55% from 67); Max value from RGB is 60 - color contains mainly: blue. Hex color #03043C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03043C is #FCFBC3. Grayscale: #090909. Windows color (decimal): -16579524 or 3933187. OLE color: 3933187.
HSL color Cylindrical-coordinate representation of color #03043C: hue angle of 238.95º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03043C is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 4 | 60 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.76 |
| HSL | 238.95º | 0.9% | 0.12% | - |
| HSV(B) | 238.95º | 0.95% | 0.24% | - |
| XYZ | 0.9 | 0.43 | 4.31 | - |
| YUV | 10.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 60 | 0.95 | 0.93 | 0 | 0.76 | 238.95 | 0.9 | 0.12 |
| Hex | 3 | 4 | 3C | 5F | 5D | 0 | 4C | EF | 5A | C |
| Octal | 3 | 4 | 74 | 137 | 135 | 0 | 114 | 357 | 132 | 14 |
| Binary | 11 | 100 | 111100 | 1011111 | 1011101 | 0 | 1001100 | 11101111 | 1011010 | 1100 |
Color Harmonies of #03043C
Complementary color
Monochromatic Colors of #03043C
Black with #03043C
Text Example
Text Example
White with #03043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03043C; }
p { color: rgb(3,4,60); }
H1.HeaderClassName
{
color: #03043C;
}
.AnyTagClassName
{
color: #03043C;
}
</style>
background-color css
<style>
a { background-color: #03043C; }
a { background-color: rgb(3,4,60); }
div.DivClassName
{
background-color: #03043C;
}
.BgClassName
{
background-color: #03043C;
}
</style>
border-color css
<style>
span { border-color: #03043C; }
span { border-color: rgb(3,4,60); }
td.TdClassName
{
border-color: #03043C;
}
.TagClassName
{
border-color: #03043C;
}
</style>