#3105CA

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

Shades of Medium Blue #3105CA

Tints of Medium Blue #3105CA

Color information

#3105CA (or 0x3105CA) is unknown color: approx Medium Blue. HEX triplet: 31, 05 and CA. RGB value is (49,5,202). Sum of RGB (Red+Green+Blue) = 49+5+202=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #3105CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3105CA is #CEFA35. Grayscale: #272727. Windows color (decimal): -13564470 or 13239601. OLE color: 13239601.

HSL color Cylindrical-coordinate representation of color #3105CA: hue angle of 253.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3105CA is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB495202-
CMYK0.760.9800.21
HSL253.4º95.17%40.59%-
HSV(B)253.4º97.52%79.22%-
XYZ11.985.0356.22-
YUV40.61219.08133.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 202 (79.30% from 255) = 78.91%
R=19.14%
G=1.95%
B=78.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4952020.760.9800.21253.495.1740.59
Hex315CA4C62015fd5f29
Octal61531211414202537513751
Binary1100011011100101010011001100010010101111111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3105CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3105CA; }

 p { color: rgb(49,5,202); }

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

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

 a { background-color: rgb(49,5,202); }

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

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

 span { border-color: rgb(49,5,202); }

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