Html Css Color HEX #031038 Midnight Express

📋 copy color: '#031038'

red 3 ◦ green 16 ◦ blue 56

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

Shades of Midnight Express #031038

Tints of Midnight Express #031038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

 BLUE value IS 56 (22.27% from 255) = 74.67%

R = 4%
G = 21.33%
B = 74.67%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031038 (or 0x031038) is known color: Midnight Express. HEX triplet: 03, 10 and 38. RGB value is (3,16,56). Sum of RGB (Red+Green+Blue) = 3+16+56=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #031038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031038 is #FCEFC7. Grayscale: #101010. Windows color (decimal): -16576456 or 3674115. OLE color: 3674115.

HSL color Cylindrical-coordinate representation of color #031038: hue angle of 225.28º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031038 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 16 56 -
CMYK 0.95 0.71 0 0.78
HSL 225.28º 0.9% 0.12% -
HSV(B) 225.28º 0.95% 0.22% -
XYZ 0.94 0.68 3.82 -
YUV 16.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 3 16 56 0.95 0.71 0 0.78 225.28 0.9 0.12
Hex 3 10 38 5F 47 0 4E E1 5A C
Octal 3 20 70 137 107 0 116 341 132 14
Binary 11 10000 111000 1011111 1000111 0 1001110 11100001 1011010 1100

Color Harmonies of #031038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031038

Black with #031038

Text Example


Text Example

White with #031038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031038; }

 p { color: rgb(3,16,56); }

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

background-color css

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

 a { background-color: rgb(3,16,56); }

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

border-color css

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

 span { border-color: rgb(3,16,56); }

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