#3003D8

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

Shades of Medium Blue #3003D8

Tints of Medium Blue #3003D8

Color information

#3003D8 (or 0x3003D8) is unknown color: approx Medium Blue. HEX triplet: 30, 03 and D8. RGB value is (48,3,216). Sum of RGB (Red+Green+Blue) = 48+3+216=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #3003D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003D8 is #CFFC27. Grayscale: #272727. Windows color (decimal): -13630504 or 14156592. OLE color: 14156592.

HSL color Cylindrical-coordinate representation of color #3003D8: hue angle of 252.68º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003D8 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB483216-
CMYK0.780.9900.15
HSL252.68º97.26%42.94%-
HSV(B)252.68º98.61%84.71%-
XYZ13.655.6565.34-
YUV40.74226.91133.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 216 (84.77% from 255) = 80.90%
R=17.98%
G=1.12%
B=80.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal4832160.780.9900.15252.6897.2642.94
Hex303D84E630Ffd612b
Octal60333011614301737514153
Binary11000011110110001001110110001101111111111011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3003D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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