#031DE5

Color #031DE5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #031DE5

Tints of Medium Blue #031DE5

Color information

#031DE5 (or 0x031DE5) is unknown color: approx Medium Blue. HEX triplet: 03, 1D and E5. RGB value is (3,29,229). Sum of RGB (Red+Green+Blue) = 3+29+229=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 229 (89.84% from 255 or 87.74% from 261); Max value from RGB is 229 - color contains mainly: blue. Hex color #031DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DE5 is #FCE21A. Grayscale: #2B2B2B. Windows color (decimal): -16572955 or 15015171. OLE color: 15015171.

HSL color Cylindrical-coordinate representation of color #031DE5: hue angle of 233.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DE5 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB329229-
CMYK0.990.8700.10
HSL233.1º97.41%45.49%-
HSV(B)233.1º98.69%89.8%-
XYZ14.626.5674.62-
YUV44.03232.3998.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 229 (89.84% from 255) = 87.74%
R=1.15%
G=11.11%
B=87.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal3292290.990.8700.10233.197.4145.49
Hex31DE563570Ae9612d
Octal33534514312701235114155
Binary1111101111001011100011101011101010111010011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031DE5; }

 p { color: rgb(3,29,229); }

 H1.HeaderClassName
 {
   color: #031DE5;
 }
 .AnyTagClassName
 {
   color: #031DE5;
 }
</style>
background-color css

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

 a { background-color: rgb(3,29,229); }

 div.DivClassName
 {
   background-color: #031DE5;
 }
 .BgClassName
 {
   background-color: #031DE5;
 }
</style>
border-color css

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

 span { border-color: rgb(3,29,229); }

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