Html Css Color HEX #031434 Midnight Express

📋 copy color: '#031434'

red 3 ◦ green 20 ◦ blue 52

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

Shades of Midnight Express #031434

Tints of Midnight Express #031434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 52 (20.7% from 255) = 69.33%

R = 4%
G = 26.67%
B = 69.33%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#031434 (or 0x031434) is known color: Midnight Express. HEX triplet: 03, 14 and 34. RGB value is (3,20,52). Sum of RGB (Red+Green+Blue) = 3+20+52=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #031434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031434 is #FCEBCB. Grayscale: #121212. Windows color (decimal): -16575436 or 3412995. OLE color: 3412995.

HSL color Cylindrical-coordinate representation of color #031434: hue angle of 219.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031434 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 20 52 -
CMYK 0.94 0.62 0 0.80
HSL 219.18º 0.89% 0.11% -
HSV(B) 219.18º 0.94% 0.2% -
XYZ 0.91 0.77 3.35 -
YUV 18.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 3 20 52 0.94 0.62 0 0.80 219.18 0.89 0.11
Hex 3 14 34 5E 3E 0 50 DB 59 B
Octal 3 24 64 136 76 0 120 333 131 13
Binary 11 10100 110100 1011110 111110 0 1010000 11011011 1011001 1011

Color Harmonies of #031434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031434

Black with #031434

Text Example


Text Example

White with #031434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031434; }

 p { color: rgb(3,20,52); }

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

background-color css

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

 a { background-color: rgb(3,20,52); }

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

border-color css

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

 span { border-color: rgb(3,20,52); }

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