#300FBF

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

Shades of Medium Blue #300FBF

Tints of Medium Blue #300FBF

Color information

#300FBF (or 0x300FBF) is unknown color: approx Medium Blue. HEX triplet: 30, 0F and BF. RGB value is (48,15,191). Sum of RGB (Red+Green+Blue) = 48+15+191=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #300FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FBF is #CFF040. Grayscale: #2C2C2C. Windows color (decimal): -13627457 or 12521264. OLE color: 12521264.

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

Color convert

RGB4815191-
CMYK0.750.9200.25
HSL251.25º85.44%40.39%-
HSV(B)251.25º92.15%74.9%-
XYZ10.794.7349.63-
YUV44.93210.43130.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 191 (75% from 255) = 75.20%
R=18.90%
G=5.91%
B=75.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48151910.750.9200.25251.2585.4440.39
Hex30FBF4B5C019fb5528
Octal601727711313403137312550
Binary11000011111011111110010111011100011001111110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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