#300CBF

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

Shades of Medium Blue #300CBF

Tints of Medium Blue #300CBF

Color information

#300CBF (or 0x300CBF) is unknown color: approx Medium Blue. HEX triplet: 30, 0C and BF. RGB value is (48,12,191). Sum of RGB (Red+Green+Blue) = 48+12+191=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #300CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CBF is #CFF340. Grayscale: #2A2A2A. Windows color (decimal): -13628225 or 12520496. OLE color: 12520496.

HSL color Cylindrical-coordinate representation of color #300CBF: hue angle of 252.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CBF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4812191-
CMYK0.750.9400.25
HSL252.07º88.18%39.8%-
HSV(B)252.07º93.72%74.9%-
XYZ10.754.6549.62-
YUV43.17211.43131.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 191 (75% from 255) = 76.10%
R=19.12%
G=4.78%
B=76.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48121910.750.9400.25252.0788.1839.8
Hex30CBF4B5E019fc5828
Octal601427711313603137413050
Binary11000011001011111110010111011110011001111111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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