Shades of Midnight Express #031344
Tints of Midnight Express #031344
RGB
CMYK
RGB Variations
Color information
#031344 (or 0x031344) is known color: Midnight Express. HEX triplet: 03, 13 and 44. RGB value is (3,19,68). Sum of RGB (Red+Green+Blue) = 3+19+68=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #031344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031344 is #FCECBB. Grayscale: #131313. Windows color (decimal): -16575676 or 4461315. OLE color: 4461315.
HSL color Cylindrical-coordinate representation of color #031344: hue angle of 225.23º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031344 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 19 | 68 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.73 |
| HSL | 225.23º | 0.92% | 0.14% | - |
| HSV(B) | 225.23º | 0.96% | 0.27% | - |
| XYZ | 1.31 | 0.9 | 5.57 | - |
| YUV | 19.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 68 | 0.96 | 0.72 | 0 | 0.73 | 225.23 | 0.92 | 0.14 |
| Hex | 3 | 13 | 44 | 60 | 48 | 0 | 49 | E1 | 5C | E |
| Octal | 3 | 23 | 104 | 140 | 110 | 0 | 111 | 341 | 134 | 16 |
| Binary | 11 | 10011 | 1000100 | 1100000 | 1001000 | 0 | 1001001 | 11100001 | 1011100 | 1110 |
Color Harmonies of #031344
Complementary color
Monochromatic Colors of #031344
Black with #031344
Text Example
Text Example
White with #031344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031344; }
p { color: rgb(3,19,68); }
H1.HeaderClassName
{
color: #031344;
}
.AnyTagClassName
{
color: #031344;
}
</style>
background-color css
<style>
a { background-color: #031344; }
a { background-color: rgb(3,19,68); }
div.DivClassName
{
background-color: #031344;
}
.BgClassName
{
background-color: #031344;
}
</style>
border-color css
<style>
span { border-color: #031344; }
span { border-color: rgb(3,19,68); }
td.TdClassName
{
border-color: #031344;
}
.TagClassName
{
border-color: #031344;
}
</style>