#300CCE

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

Shades of Medium Blue #300CCE

Tints of Medium Blue #300CCE

Color information

#300CCE (or 0x300CCE) is unknown color: approx Medium Blue. HEX triplet: 30, 0C and CE. RGB value is (48,12,206). Sum of RGB (Red+Green+Blue) = 48+12+206=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #300CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CCE is #CFF331. Grayscale: #2C2C2C. Windows color (decimal): -13628210 or 13503536. OLE color: 13503536.

HSL color Cylindrical-coordinate representation of color #300CCE: hue angle of 251.13º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CCE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4812206-
CMYK0.770.9400.19
HSL251.13º88.99%42.75%-
HSV(B)251.13º94.17%80.78%-
XYZ12.495.3558.77-
YUV44.88218.93130.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 12 (5.08% from 255) = 4.51%
BLUE value IS 206 (80.86% from 255) = 77.44%
R=18.05%
G=4.51%
B=77.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48122060.770.9400.19251.1388.9942.75
Hex30CCE4D5E013fb592b
Octal601431611513602337313153
Binary11000011001100111010011011011110010011111110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,12,206); }

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

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

 a { background-color: rgb(48,12,206); }

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

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

 span { border-color: rgb(48,12,206); }

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