#3003BC

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

Shades of Medium Blue #3003BC

Tints of Medium Blue #3003BC

Color information

#3003BC (or 0x3003BC) is unknown color: approx Medium Blue. HEX triplet: 30, 03 and BC. RGB value is (48,3,188). Sum of RGB (Red+Green+Blue) = 48+3+188=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #3003BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003BC is #CFFC43. Grayscale: #242424. Windows color (decimal): -13630532 or 12321584. OLE color: 12321584.

HSL color Cylindrical-coordinate representation of color #3003BC: hue angle of 254.59º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3003BC is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB483188-
CMYK0.740.9800.26
HSL254.59º96.86%37.45%-
HSV(B)254.59º98.4%73.73%-
XYZ10.334.3247.87-
YUV37.54212.91135.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 188 (73.83% from 255) = 78.66%
R=20.08%
G=1.26%
B=78.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4831880.740.9800.26254.5996.8637.45
Hex303BC4A6201Aff6125
Octal60327411214203237714145
Binary110000111011110010010101100010011010111111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3003BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3003BC; }

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

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

<style>
 a { background-color: #3003BC; }

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

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

<style>
 span { border-color: #3003BC; }

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

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