#300FBD

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

Shades of Medium Blue #300FBD

Tints of Medium Blue #300FBD

Color information

#300FBD (or 0x300FBD) is unknown color: approx Medium Blue. HEX triplet: 30, 0F and BD. RGB value is (48,15,189). Sum of RGB (Red+Green+Blue) = 48+15+189=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #300FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FBD is #CFF042. Grayscale: #2C2C2C. Windows color (decimal): -13627459 or 12390192. OLE color: 12390192.

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

Color convert

RGB4815189-
CMYK0.750.9200.26
HSL251.38º85.29%40%-
HSV(B)251.38º92.06%74.12%-
XYZ10.584.6448.48-
YUV44.7209.43130.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 189 (74.22% from 255) = 75%
R=19.05%
G=5.95%
B=75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48151890.750.9200.26251.3885.2940
Hex30FBD4B5C01Afb5528
Octal601727511313403237312550
Binary11000011111011110110010111011100011010111110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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