#300DC6

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

Shades of Medium Blue #300DC6

Tints of Medium Blue #300DC6

Color information

#300DC6 (or 0x300DC6) is unknown color: approx Medium Blue. HEX triplet: 30, 0D and C6. RGB value is (48,13,198). Sum of RGB (Red+Green+Blue) = 48+13+198=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 198 (77.73% from 255 or 76.45% from 259); Max value from RGB is 198 - color contains mainly: blue. Hex color #300DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DC6 is #CFF239. Grayscale: #2B2B2B. Windows color (decimal): -13627962 or 12979504. OLE color: 12979504.

HSL color Cylindrical-coordinate representation of color #300DC6: hue angle of 251.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300DC6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4813198-
CMYK0.760.9300.22
HSL251.35º87.68%41.37%-
HSV(B)251.35º93.43%77.65%-
XYZ11.564.9953.78-
YUV44.56214.6130.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 198 (77.73% from 255) = 76.45%
R=18.53%
G=5.02%
B=76.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48131980.760.9300.22251.3587.6841.37
Hex30DC64C5D016fb5829
Octal601530611413502637313051
Binary11000011011100011010011001011101010110111110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300DC6; }

 p { color: rgb(48,13,198); }

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

<style>
 a { background-color: #300DC6; }

 a { background-color: rgb(48,13,198); }

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

<style>
 span { border-color: #300DC6; }

 span { border-color: rgb(48,13,198); }

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