Html Css Color HEX #031238 Midnight Express

📋 copy color: '#031238'

red 3 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #031238

Tints of Midnight Express #031238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.38%

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

R = 3.9%
G = 23.38%
B = 72.73%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031238 (or 0x031238) is known color: Midnight Express. HEX triplet: 03, 12 and 38. RGB value is (3,18,56). Sum of RGB (Red+Green+Blue) = 3+18+56=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #031238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031238 is #FCEDC7. Grayscale: #111111. Windows color (decimal): -16575944 or 3674627. OLE color: 3674627.

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

Color convert

RGB 3 18 56 -
CMYK 0.95 0.68 0 0.78
HSL 223.02º 0.9% 0.12% -
HSV(B) 223.02º 0.95% 0.22% -
XYZ 0.97 0.74 3.83 -
YUV 17.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 3 18 56 0.95 0.68 0 0.78 223.02 0.9 0.12
Hex 3 12 38 5F 44 0 4E DF 5A C
Octal 3 22 70 137 104 0 116 337 132 14
Binary 11 10010 111000 1011111 1000100 0 1001110 11011111 1011010 1100

Color Harmonies of #031238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031238

Black with #031238

Text Example


Text Example

White with #031238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031238; }

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

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

background-color css

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

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

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

border-color css

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

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

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