#300DCF

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

Shades of Medium Blue #300DCF

Tints of Medium Blue #300DCF

Color information

#300DCF (or 0x300DCF) is unknown color: approx Medium Blue. HEX triplet: 30, 0D and CF. RGB value is (48,13,207). Sum of RGB (Red+Green+Blue) = 48+13+207=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #300DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DCF is #CFF230. Grayscale: #2C2C2C. Windows color (decimal): -13627953 or 13569328. OLE color: 13569328.

HSL color Cylindrical-coordinate representation of color #300DCF: hue angle of 250.82º degrees, saturation: 0.88, 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 #300DCF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4813207-
CMYK0.770.9400.19
HSL250.82º88.18%43.14%-
HSV(B)250.82º93.72%81.18%-
XYZ12.635.4259.41-
YUV45.58219.1129.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 207 (81.25% from 255) = 77.24%
R=17.91%
G=4.85%
B=77.24%

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
Decimal48132070.770.9400.19250.8288.1843.14
Hex30DCF4D5E013fb582b
Octal601531711513602337313053
Binary11000011011100111110011011011110010011111110111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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