Html Css Color HEX #031AE1 Medium Blue

📋 copy color: '#031AE1'

red 3 ◦ green 26 ◦ blue 225

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

Shades of Medium Blue #031AE1

Tints of Medium Blue #031AE1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 225 (88.28% from 255) = 88.58%

R = 1.18%
G = 10.24%
B = 88.58%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#031AE1 (or 0x031AE1) is known color: Medium Blue. HEX triplet: 03, 1A and E1. RGB value is (3,26,225). Sum of RGB (Red+Green+Blue) = 3+26+225=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 225 (88.28% from 255 or 88.58% from 254); Max value from RGB is 225 - color contains mainly: blue. Hex color #031AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AE1 is #FCE51E. Grayscale: #282828. Windows color (decimal): -16573727 or 14752259. OLE color: 14752259.

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

Color convert

RGB 3 26 225 -
CMYK 0.99 0.88 0 0.12
HSL 233.78º 0.97% 0.45% -
HSV(B) 233.78º 0.99% 0.88% -
XYZ 14 6.19 71.69 -
YUV 41.81 231.38 100.32 -
System Red Green Blue C M Y K H S L
Decimal 3 26 225 0.99 0.88 0 0.12 233.78 0.97 0.45
Hex 3 1A E1 63 58 0 C EA 61 2D
Octal 3 32 341 143 130 0 14 352 141 55
Binary 11 11010 11100001 1100011 1011000 0 1100 11101010 1100001 101101

Color Harmonies of #031AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AE1

Black with #031AE1

Text Example


Text Example

White with #031AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,225); }

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

background-color css

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

 a { background-color: rgb(3,26,225); }

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

border-color css

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

 span { border-color: rgb(3,26,225); }

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