Html Css Color HEX #031334 Midnight Express

📋 copy color: '#031334'

red 3 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #031334

Tints of Midnight Express #031334

RGB

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

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

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

R = 4.05%
G = 25.68%
B = 70.27%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#031334 (or 0x031334) is known color: Midnight Express. HEX triplet: 03, 13 and 34. RGB value is (3,19,52). Sum of RGB (Red+Green+Blue) = 3+19+52=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #031334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031334 is #FCECCB. Grayscale: #111111. Windows color (decimal): -16575692 or 3412739. OLE color: 3412739.

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

Color convert

RGB 3 19 52 -
CMYK 0.94 0.63 0 0.80
HSL 220.41º 0.89% 0.11% -
HSV(B) 220.41º 0.94% 0.2% -
XYZ 0.89 0.73 3.34 -
YUV 17.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 3 19 52 0.94 0.63 0 0.80 220.41 0.89 0.11
Hex 3 13 34 5E 3F 0 50 DC 59 B
Octal 3 23 64 136 77 0 120 334 131 13
Binary 11 10011 110100 1011110 111111 0 1010000 11011100 1011001 1011

Color Harmonies of #031334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031334

Black with #031334

Text Example


Text Example

White with #031334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031334; }

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

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

background-color css

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

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

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

border-color css

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

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

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