#3013D0

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

Shades of Medium Blue #3013D0

Tints of Medium Blue #3013D0

Color information

#3013D0 (or 0x3013D0) is unknown color: approx Medium Blue. HEX triplet: 30, 13 and D0. RGB value is (48,19,208). Sum of RGB (Red+Green+Blue) = 48+19+208=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 208 (81.64% from 255 or 75.64% from 275); Max value from RGB is 208 - color contains mainly: blue. Hex color #3013D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3013D0 is #CFEC2F. Grayscale: #303030. Windows color (decimal): -13626416 or 13636400. OLE color: 13636400.

HSL color Cylindrical-coordinate representation of color #3013D0: hue angle of 249.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3013D0 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4819208-
CMYK0.770.9100.18
HSL249.21º83.26%44.51%-
HSV(B)249.21º90.87%81.57%-
XYZ12.845.6560.09-
YUV49.22217.61127.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 208 (81.64% from 255) = 75.64%
R=17.45%
G=6.91%
B=75.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48192080.770.9100.18249.2183.2644.51
Hex3013D04D5B012f9532d
Octal602332011513302237112355
Binary110000100111101000010011011011011010010111110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3013D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3013D0; }

 p { color: rgb(48,19,208); }

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

<style>
 a { background-color: #3013D0; }

 a { background-color: rgb(48,19,208); }

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

<style>
 span { border-color: #3013D0; }

 span { border-color: rgb(48,19,208); }

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