Shades of Midnight Express #030238
Tints of Midnight Express #030238
RGB
CMYK
RGB Variations
Color information
#030238 (or 0x030238) is known color: Midnight Express. HEX triplet: 03, 02 and 38. RGB value is (3,2,56). Sum of RGB (Red+Green+Blue) = 3+2+56=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 56 (22.27% from 255 or 91.80% from 61); Max value from RGB is 56 - color contains mainly: blue. Hex color #030238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030238 is #FCFDC7. Grayscale: #080808. Windows color (decimal): -16580040 or 3670531. OLE color: 3670531.
HSL color Cylindrical-coordinate representation of color #030238: hue angle of 241.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030238 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 2 | 56 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.78 |
| HSL | 241.11º | 0.93% | 0.11% | - |
| HSV(B) | 241.11º | 0.96% | 0.22% | - |
| XYZ | 0.77 | 0.35 | 3.77 | - |
| YUV | 8.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 56 | 0.95 | 0.96 | 0 | 0.78 | 241.11 | 0.93 | 0.11 |
| Hex | 3 | 2 | 38 | 5F | 60 | 0 | 4E | F1 | 5D | B |
| Octal | 3 | 2 | 70 | 137 | 140 | 0 | 116 | 361 | 135 | 13 |
| Binary | 11 | 10 | 111000 | 1011111 | 1100000 | 0 | 1001110 | 11110001 | 1011101 | 1011 |
Color Harmonies of #030238
Complementary color
Monochromatic Colors of #030238
Black with #030238
Text Example
Text Example
White with #030238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030238; }
p { color: rgb(3,2,56); }
H1.HeaderClassName
{
color: #030238;
}
.AnyTagClassName
{
color: #030238;
}
</style>
background-color css
<style>
a { background-color: #030238; }
a { background-color: rgb(3,2,56); }
div.DivClassName
{
background-color: #030238;
}
.BgClassName
{
background-color: #030238;
}
</style>
border-color css
<style>
span { border-color: #030238; }
span { border-color: rgb(3,2,56); }
td.TdClassName
{
border-color: #030238;
}
.TagClassName
{
border-color: #030238;
}
</style>