#300ABC

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

Shades of Medium Blue #300ABC

Tints of Medium Blue #300ABC

Color information

#300ABC (or 0x300ABC) is unknown color: approx Medium Blue. HEX triplet: 30, 0A and BC. RGB value is (48,10,188). Sum of RGB (Red+Green+Blue) = 48+10+188=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #300ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ABC is #CFF543. Grayscale: #282828. Windows color (decimal): -13628740 or 12323376. OLE color: 12323376.

HSL color Cylindrical-coordinate representation of color #300ABC: hue angle of 252.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300ABC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4810188-
CMYK0.740.9500.26
HSL252.81º89.9%38.82%-
HSV(B)252.81º94.68%73.73%-
XYZ10.44.4847.89-
YUV41.65210.59132.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 188 (73.83% from 255) = 76.42%
R=19.51%
G=4.07%
B=76.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48101880.740.9500.26252.8189.938.82
Hex30ABC4A5F01Afd5a27
Octal601227411213703237513247
Binary11000010101011110010010101011111011010111111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,10,188); }

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

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

 a { background-color: rgb(48,10,188); }

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

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

 span { border-color: rgb(48,10,188); }

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