#3011C3

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

Shades of Medium Blue #3011C3

Tints of Medium Blue #3011C3

Color information

#3011C3 (or 0x3011C3) is unknown color: approx Medium Blue. HEX triplet: 30, 11 and C3. RGB value is (48,17,195). Sum of RGB (Red+Green+Blue) = 48+17+195=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 195 (76.56% from 255 or 75% from 260); Max value from RGB is 195 - color contains mainly: blue. Hex color #3011C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011C3 is #CFEE3C. Grayscale: #2D2D2D. Windows color (decimal): -13626941 or 12783920. OLE color: 12783920.

HSL color Cylindrical-coordinate representation of color #3011C3: hue angle of 250.45º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3011C3 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4817195-
CMYK0.750.9100.24
HSL250.45º83.96%41.57%-
HSV(B)250.45º91.28%76.47%-
XYZ11.274.9751.99-
YUV46.56211.77129.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 195 (76.56% from 255) = 75%
R=18.46%
G=6.54%
B=75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48171950.750.9100.24250.4583.9641.57
Hex3011C34B5B018fa542a
Octal602130311313303037212452
Binary110000100011100001110010111011011011000111110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3011C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3011C3; }

 p { color: rgb(48,17,195); }

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

<style>
 a { background-color: #3011C3; }

 a { background-color: rgb(48,17,195); }

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

<style>
 span { border-color: #3011C3; }

 span { border-color: rgb(48,17,195); }

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