#3105CB

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

Shades of Medium Blue #3105CB

Tints of Medium Blue #3105CB

Color information

#3105CB (or 0x3105CB) is unknown color: approx Medium Blue. HEX triplet: 31, 05 and CB. RGB value is (49,5,203). Sum of RGB (Red+Green+Blue) = 49+5+203=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #3105CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3105CB is #CEFA34. Grayscale: #272727. Windows color (decimal): -13564469 or 13305137. OLE color: 13305137.

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

Color convert

RGB495203-
CMYK0.760.9800.20
HSL253.33º95.19%40.78%-
HSV(B)253.33º97.54%79.61%-
XYZ12.15.0756.84-
YUV40.73219.58133.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 203 (79.69% from 255) = 78.99%
R=19.07%
G=1.95%
B=78.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4952030.760.9800.20253.3395.1940.78
Hex315CB4C62014fd5f29
Octal61531311414202437513751
Binary1100011011100101110011001100010010100111111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3105CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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