Html Css Color HEX #031438 Midnight Express

📋 copy color: '#031438'

red 3 ◦ green 20 ◦ blue 56

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

Shades of Midnight Express #031438

Tints of Midnight Express #031438

RGB

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

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

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

R = 3.8%
G = 25.32%
B = 70.89%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031438 (or 0x031438) is known color: Midnight Express. HEX triplet: 03, 14 and 38. RGB value is (3,20,56). Sum of RGB (Red+Green+Blue) = 3+20+56=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #031438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031438 is #FCEBC7. Grayscale: #121212. Windows color (decimal): -16575432 or 3675139. OLE color: 3675139.

HSL color Cylindrical-coordinate representation of color #031438: hue angle of 220.75º 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 #031438 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 20 56 -
CMYK 0.95 0.64 0 0.78
HSL 220.75º 0.9% 0.12% -
HSV(B) 220.75º 0.95% 0.22% -
XYZ 1 0.81 3.84 -
YUV 19.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 3 20 56 0.95 0.64 0 0.78 220.75 0.9 0.12
Hex 3 14 38 5F 40 0 4E DD 5A C
Octal 3 24 70 137 100 0 116 335 132 14
Binary 11 10100 111000 1011111 1000000 0 1001110 11011101 1011010 1100

Color Harmonies of #031438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031438

Black with #031438

Text Example


Text Example

White with #031438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031438; }

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

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

background-color css

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

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

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

border-color css

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

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

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