#031534

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

Shades of Midnight Express #031534

Tints of Midnight Express #031534

Color information

#031534 (or 0x031534) is unknown color: approx Midnight Express. HEX triplet: 03, 15 and 34. RGB value is (3,21,52). Sum of RGB (Red+Green+Blue) = 3+21+52=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #031534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031534 is #FCEACB. Grayscale: #131313. Windows color (decimal): -16575180 or 3413251. OLE color: 3413251.

HSL color Cylindrical-coordinate representation of color #031534: hue angle of 217.96º 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 #031534 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB32152-
CMYK0.940.6000.80
HSL217.96º89.09%10.78%-
HSV(B)217.96º94.23%20.39%-
XYZ0.930.83.36-
YUV19.15146.54116.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 52 (20.70% from 255) = 68.42%
R=3.95%
G=27.63%
B=68.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal321520.940.6000.80217.9689.0910.78
Hex315345E3C050da59b
Octal3256413674012033213113
Binary11101011101001011110111100010100001101101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031534; }

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

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

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

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

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

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

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

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