Html Css Color HEX #031236 Midnight Express

📋 copy color: '#031236'

red 3 ◦ green 18 ◦ blue 54

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

Shades of Midnight Express #031236

Tints of Midnight Express #031236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 72%

R = 4%
G = 24%
B = 72%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#031236 (or 0x031236) is known color: Midnight Express. HEX triplet: 03, 12 and 36. RGB value is (3,18,54). Sum of RGB (Red+Green+Blue) = 3+18+54=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #031236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031236 is #FCEDC9. Grayscale: #111111. Windows color (decimal): -16575946 or 3543555. OLE color: 3543555.

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

Color convert

RGB 3 18 54 -
CMYK 0.94 0.67 0 0.79
HSL 222.35º 0.89% 0.11% -
HSV(B) 222.35º 0.94% 0.21% -
XYZ 0.92 0.72 3.58 -
YUV 17.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 3 18 54 0.94 0.67 0 0.79 222.35 0.89 0.11
Hex 3 12 36 5E 43 0 4F DE 59 B
Octal 3 22 66 136 103 0 117 336 131 13
Binary 11 10010 110110 1011110 1000011 0 1001111 11011110 1011001 1011

Color Harmonies of #031236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031236

Black with #031236

Text Example


Text Example

White with #031236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031236; }

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

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

background-color css

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

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

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

border-color css

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

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

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