Html Css Color HEX #031535 Midnight Express

📋 copy color: '#031535'

red 3 ◦ green 21 ◦ blue 53

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

Shades of Midnight Express #031535

Tints of Midnight Express #031535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

 BLUE value IS 53 (21.09% from 255) = 68.83%

R = 3.9%
G = 27.27%
B = 68.83%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#031535 (or 0x031535) is known color: Midnight Express. HEX triplet: 03, 15 and 35. RGB value is (3,21,53). Sum of RGB (Red+Green+Blue) = 3+21+53=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #031535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031535 is #FCEACA. Grayscale: #131313. Windows color (decimal): -16575179 or 3478787. OLE color: 3478787.

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

Color convert

RGB 3 21 53 -
CMYK 0.94 0.60 0 0.79
HSL 218.4º 0.89% 0.11% -
HSV(B) 218.4º 0.94% 0.21% -
XYZ 0.95 0.81 3.48 -
YUV 19.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 3 21 53 0.94 0.60 0 0.79 218.4 0.89 0.11
Hex 3 15 35 5E 3C 0 4F DA 59 B
Octal 3 25 65 136 74 0 117 332 131 13
Binary 11 10101 110101 1011110 111100 0 1001111 11011010 1011001 1011

Color Harmonies of #031535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031535

Black with #031535

Text Example


Text Example

White with #031535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031535; }

 p { color: rgb(3,21,53); }

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

background-color css

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

 a { background-color: rgb(3,21,53); }

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

border-color css

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

 span { border-color: rgb(3,21,53); }

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