#031136

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

Shades of Midnight Express #031136

Tints of Midnight Express #031136

Color information

#031136 (or 0x031136) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 36. RGB value is (3,17,54). Sum of RGB (Red+Green+Blue) = 3+17+54=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #031136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031136 is #FCEEC9. Grayscale: #101010. Windows color (decimal): -16576202 or 3543299. OLE color: 3543299.

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

Color convert

RGB31754-
CMYK0.940.6900.79
HSL223.53º89.47%11.18%-
HSV(B)223.53º94.44%21.18%-
XYZ0.90.693.57-
YUV17.03148.86117.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=4.05%
G=22.97%
B=72.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal317540.940.6900.79223.5389.4711.18
Hex311365E4504Fe059b
Octal32166136105011734013113
Binary111000111011010111101000101010011111110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031136; }

 p { color: rgb(3,17,54); }

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

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

 a { background-color: rgb(3,17,54); }

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

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

 span { border-color: rgb(3,17,54); }

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