Html Css Color HEX #031336 Midnight Express

📋 copy color: '#031336'

red 3 ◦ green 19 ◦ blue 54

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

Shades of Midnight Express #031336

Tints of Midnight Express #031336

RGB

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

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

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

R = 3.95%
G = 25%
B = 71.05%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#031336 (or 0x031336) is known color: Midnight Express. HEX triplet: 03, 13 and 36. RGB value is (3,19,54). Sum of RGB (Red+Green+Blue) = 3+19+54=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #031336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031336 is #FCECC9. Grayscale: #121212. Windows color (decimal): -16575690 or 3543811. OLE color: 3543811.

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

Color convert

RGB 3 19 54 -
CMYK 0.94 0.65 0 0.79
HSL 221.18º 0.89% 0.11% -
HSV(B) 221.18º 0.94% 0.21% -
XYZ 0.94 0.75 3.59 -
YUV 18.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 3 19 54 0.94 0.65 0 0.79 221.18 0.89 0.11
Hex 3 13 36 5E 41 0 4F DD 59 B
Octal 3 23 66 136 101 0 117 335 131 13
Binary 11 10011 110110 1011110 1000001 0 1001111 11011101 1011001 1011

Color Harmonies of #031336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031336

Black with #031336

Text Example


Text Example

White with #031336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031336; }

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

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

background-color css

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

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

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

border-color css

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

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

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