Shades of Midnight Express #020346
Tints of Midnight Express #020346
RGB
CMYK
RGB Variations
Color information
#020346 (or 0x020346) is known color: Midnight Express. HEX triplet: 02, 03 and 46. RGB value is (2,3,70). Sum of RGB (Red+Green+Blue) = 2+3+70=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 70 (27.73% from 255 or 93.33% from 75); Max value from RGB is 70 - color contains mainly: blue. Hex color #020346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020346 is #FDFCB9. Grayscale: #0A0A0A. Windows color (decimal): -16645306 or 4588290. OLE color: 4588290.
HSL color Cylindrical-coordinate representation of color #020346: hue angle of 239.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020346 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 3 | 70 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.73 |
| HSL | 239.12º | 0.94% | 0.14% | - |
| HSV(B) | 239.12º | 0.97% | 0.27% | - |
| XYZ | 1.16 | 0.52 | 5.83 | - |
| YUV | 10.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 70 | 0.97 | 0.96 | 0 | 0.73 | 239.12 | 0.94 | 0.14 |
| Hex | 2 | 3 | 46 | 61 | 60 | 0 | 49 | EF | 5E | E |
| Octal | 2 | 3 | 106 | 141 | 140 | 0 | 111 | 357 | 136 | 16 |
| Binary | 10 | 11 | 1000110 | 1100001 | 1100000 | 0 | 1001001 | 11101111 | 1011110 | 1110 |
Color Harmonies of #020346
Complementary color
Monochromatic Colors of #020346
Black with #020346
Text Example
Text Example
White with #020346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020346; }
p { color: rgb(2,3,70); }
H1.HeaderClassName
{
color: #020346;
}
.AnyTagClassName
{
color: #020346;
}
</style>
background-color css
<style>
a { background-color: #020346; }
a { background-color: rgb(2,3,70); }
div.DivClassName
{
background-color: #020346;
}
.BgClassName
{
background-color: #020346;
}
</style>
border-color css
<style>
span { border-color: #020346; }
span { border-color: rgb(2,3,70); }
td.TdClassName
{
border-color: #020346;
}
.TagClassName
{
border-color: #020346;
}
</style>