Html Css Color HEX #031244 Midnight Express

📋 copy color: '#031244'

red 3 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #031244

Tints of Midnight Express #031244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

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

R = 3.37%
G = 20.22%
B = 76.4%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031244 (or 0x031244) is known color: Midnight Express. HEX triplet: 03, 12 and 44. RGB value is (3,18,68). Sum of RGB (Red+Green+Blue) = 3+18+68=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #031244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031244 is #FCEDBB. Grayscale: #131313. Windows color (decimal): -16575932 or 4461059. OLE color: 4461059.

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

Color convert

RGB 3 18 68 -
CMYK 0.96 0.74 0 0.73
HSL 226.15º 0.92% 0.14% -
HSV(B) 226.15º 0.96% 0.27% -
XYZ 1.3 0.87 5.57 -
YUV 19.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 3 18 68 0.96 0.74 0 0.73 226.15 0.92 0.14
Hex 3 12 44 60 4A 0 49 E2 5C E
Octal 3 22 104 140 112 0 111 342 134 16
Binary 11 10010 1000100 1100000 1001010 0 1001001 11100010 1011100 1110

Color Harmonies of #031244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031244

Black with #031244

Text Example


Text Example

White with #031244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031244; }

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

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

background-color css

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

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

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

border-color css

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

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

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