Html Css Color HEX #031346 Midnight Express

📋 copy color: '#031346'

red 3 ◦ green 19 ◦ blue 70

#031346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #031346

Tints of Midnight Express #031346

RGB

 RED value IS 3 (1.56% from 255) = 3.26%

 GREEN value IS 19 (7.81% from 255) = 20.65%

 BLUE value IS 70 (27.73% from 255) = 76.09%

R = 3.26%
G = 20.65%
B = 76.09%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031346 (or 0x031346) is known color: Midnight Express. HEX triplet: 03, 13 and 46. RGB value is (3,19,70). Sum of RGB (Red+Green+Blue) = 3+19+70=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #031346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031346 is #FCECB9. Grayscale: #131313. Windows color (decimal): -16575674 or 4592387. OLE color: 4592387.

HSL color Cylindrical-coordinate representation of color #031346: hue angle of 225.67º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031346 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 19 70 -
CMYK 0.96 0.73 0 0.73
HSL 225.67º 0.92% 0.14% -
HSV(B) 225.67º 0.96% 0.27% -
XYZ 1.38 0.93 5.9 -
YUV 20.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 3 19 70 0.96 0.73 0 0.73 225.67 0.92 0.14
Hex 3 13 46 60 49 0 49 E2 5C E
Octal 3 23 106 140 111 0 111 342 134 16
Binary 11 10011 1000110 1100000 1001001 0 1001001 11100010 1011100 1110

Color Harmonies of #031346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031346

Black with #031346

Text Example


Text Example

White with #031346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031346; }

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

 H1.HeaderClassName
 {
   color: #031346;
 }
 .AnyTagClassName
 {
   color: #031346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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