#3101BE

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

Shades of Medium Blue #3101BE

Tints of Medium Blue #3101BE

Color information

#3101BE (or 0x3101BE) is unknown color: approx Medium Blue. HEX triplet: 31, 01 and BE. RGB value is (49,1,190). Sum of RGB (Red+Green+Blue) = 49+1+190=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #3101BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3101BE is #CEFE41. Grayscale: #242424. Windows color (decimal): -13565506 or 12452145. OLE color: 12452145.

HSL color Cylindrical-coordinate representation of color #3101BE: hue angle of 255.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3101BE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB491190-
CMYK0.740.9900.25
HSL255.24º98.95%37.45%-
HSV(B)255.24º99.47%74.51%-
XYZ10.574.3949.01-
YUV36.9214.4136.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 190 (74.61% from 255) = 79.17%
R=20.42%
G=0.42%
B=79.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4911900.740.9900.25255.2498.9537.45
Hex311BE4A63019ff6325
Octal61127611214303137714345
Binary11000111011111010010101100011011001111111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3101BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3101BE; }

 p { color: rgb(49,1,190); }

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

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

 a { background-color: rgb(49,1,190); }

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

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

 span { border-color: rgb(49,1,190); }

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