Html Css Color HEX #031844 Midnight Express

📋 copy color: '#031844'

red 3 ◦ green 24 ◦ blue 68

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

Shades of Midnight Express #031844

Tints of Midnight Express #031844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

 BLUE value IS 68 (26.95% from 255) = 71.58%

R = 3.16%
G = 25.26%
B = 71.58%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031844 (or 0x031844) is known color: Midnight Express. HEX triplet: 03, 18 and 44. RGB value is (3,24,68). Sum of RGB (Red+Green+Blue) = 3+24+68=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #031844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031844 is #FCE7BB. Grayscale: #161616. Windows color (decimal): -16574396 or 4462595. OLE color: 4462595.

HSL color Cylindrical-coordinate representation of color #031844: hue angle of 220.62º 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 #031844 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 24 68 -
CMYK 0.96 0.65 0 0.73
HSL 220.62º 0.92% 0.14% -
HSV(B) 220.62º 0.96% 0.27% -
XYZ 1.41 1.09 5.61 -
YUV 22.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 3 24 68 0.96 0.65 0 0.73 220.62 0.92 0.14
Hex 3 18 44 60 41 0 49 DD 5C E
Octal 3 30 104 140 101 0 111 335 134 16
Binary 11 11000 1000100 1100000 1000001 0 1001001 11011101 1011100 1110

Color Harmonies of #031844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031844

Black with #031844

Text Example


Text Example

White with #031844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031844; }

 p { color: rgb(3,24,68); }

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

background-color css

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

 a { background-color: rgb(3,24,68); }

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

border-color css

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

 span { border-color: rgb(3,24,68); }

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