#031338

Color #031338 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #031338

Tints of Midnight Express #031338

Color information

#031338 (or 0x031338) is unknown color: approx Midnight Express. HEX triplet: 03, 13 and 38. RGB value is (3,19,56). Sum of RGB (Red+Green+Blue) = 3+19+56=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 56 (22.27% from 255 or 71.79% from 78); Max value from RGB is 56 - color contains mainly: blue. Hex color #031338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031338 is #FCECC7. Grayscale: #121212. Windows color (decimal): -16575688 or 3674883. OLE color: 3674883.

HSL color Cylindrical-coordinate representation of color #031338: hue angle of 221.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031338 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB31956-
CMYK0.950.6600.78
HSL221.89º89.83%11.57%-
HSV(B)221.89º94.64%21.96%-
XYZ0.980.773.84-
YUV18.43149.2116.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 56 (22.27% from 255) = 71.79%
R=3.85%
G=24.36%
B=71.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal319560.950.6600.78221.8989.8311.57
Hex313385F4204Ede5ac
Octal32370137102011633613214
Binary111001111100010111111000010010011101101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031338; }

 p { color: rgb(3,19,56); }

 H1.HeaderClassName
 {
   color: #031338;
 }
 .AnyTagClassName
 {
   color: #031338;
 }
</style>
background-color css

<style>
 a { background-color: #031338; }

 a { background-color: rgb(3,19,56); }

 div.DivClassName
 {
   background-color: #031338;
 }
 .BgClassName
 {
   background-color: #031338;
 }
</style>
border-color css

<style>
 span { border-color: #031338; }

 span { border-color: rgb(3,19,56); }

 td.TdClassName
 {
   border-color: #031338;
 }
 .TagClassName
 {
   border-color: #031338;
 }
</style>