#031334

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

Shades of Midnight Express #031334

Tints of Midnight Express #031334

Color information

#031334 (or 0x031334) is unknown color: approx Midnight Express. HEX triplet: 03, 13 and 34. RGB value is (3,19,52). Sum of RGB (Red+Green+Blue) = 3+19+52=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #031334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031334 is #FCECCB. Grayscale: #111111. Windows color (decimal): -16575692 or 3412739. OLE color: 3412739.

HSL color Cylindrical-coordinate representation of color #031334: hue angle of 220.41º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031334 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB31952-
CMYK0.940.6300.80
HSL220.41º89.09%10.78%-
HSV(B)220.41º94.23%20.39%-
XYZ0.890.733.34-
YUV17.98147.2117.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 52 (20.70% from 255) = 70.27%
R=4.05%
G=25.68%
B=70.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal319520.940.6300.80220.4189.0910.78
Hex313345E3F050dc59b
Octal3236413677012033413113
Binary11100111101001011110111111010100001101110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031334; }

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

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

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

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

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

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

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

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