#300DCC

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

Shades of Medium Blue #300DCC

Tints of Medium Blue #300DCC

Color information

#300DCC (or 0x300DCC) is unknown color: approx Medium Blue. HEX triplet: 30, 0D and CC. RGB value is (48,13,204). Sum of RGB (Red+Green+Blue) = 48+13+204=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #300DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DCC is #CFF233. Grayscale: #2C2C2C. Windows color (decimal): -13627956 or 13372720. OLE color: 13372720.

HSL color Cylindrical-coordinate representation of color #300DCC: hue angle of 250.99º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DCC is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4813204-
CMYK0.760.9400.2
HSL250.99º88.02%42.55%-
HSV(B)250.99º93.63%80%-
XYZ12.265.2857.5-
YUV45.24217.6129.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 204 (80.08% from 255) = 76.98%
R=18.11%
G=4.91%
B=76.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal48132040.760.9400.2250.9988.0242.55
Hex30DCC4C5E014fb582b
Octal601531411413602437313053
Binary11000011011100110010011001011110010100111110111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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