Html Css Color HEX #031ABE Medium Blue

📋 copy color: '#031ABE'

red 3 ◦ green 26 ◦ blue 190

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

Shades of Medium Blue #031ABE

Tints of Medium Blue #031ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 86.76%

R = 1.37%
G = 11.87%
B = 86.76%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#031ABE (or 0x031ABE) is known color: Medium Blue. HEX triplet: 03, 1A and BE. RGB value is (3,26,190). Sum of RGB (Red+Green+Blue) = 3+26+190=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #031ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ABE is #FCE541. Grayscale: #252525. Windows color (decimal): -16573762 or 12458499. OLE color: 12458499.

HSL color Cylindrical-coordinate representation of color #031ABE: hue angle of 232.62º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031ABE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 26 190 -
CMYK 0.98 0.86 0 0.25
HSL 232.62º 0.97% 0.38% -
HSV(B) 232.62º 0.98% 0.75% -
XYZ 9.7 4.48 49.07 -
YUV 37.82 213.88 103.16 -
System Red Green Blue C M Y K H S L
Decimal 3 26 190 0.98 0.86 0 0.25 232.62 0.97 0.38
Hex 3 1A BE 62 56 0 19 E9 61 26
Octal 3 32 276 142 126 0 31 351 141 46
Binary 11 11010 10111110 1100010 1010110 0 11001 11101001 1100001 100110

Color Harmonies of #031ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ABE

Black with #031ABE

Text Example


Text Example

White with #031ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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