#3004D7

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

Shades of Medium Blue #3004D7

Tints of Medium Blue #3004D7

Color information

#3004D7 (or 0x3004D7) is unknown color: approx Medium Blue. HEX triplet: 30, 04 and D7. RGB value is (48,4,215). Sum of RGB (Red+Green+Blue) = 48+4+215=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 215 (84.38% from 255 or 80.52% from 267); Max value from RGB is 215 - color contains mainly: blue. Hex color #3004D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3004D7 is #CFFB28. Grayscale: #282828. Windows color (decimal): -13630249 or 14091312. OLE color: 14091312.

HSL color Cylindrical-coordinate representation of color #3004D7: hue angle of 252.51º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004D7 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB484215-
CMYK0.780.9800.16
HSL252.51º96.35%42.94%-
HSV(B)252.51º98.14%84.31%-
XYZ13.535.6264.66-
YUV41.21226.08132.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 215 (84.38% from 255) = 80.52%
R=17.98%
G=1.50%
B=80.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4842150.780.9800.16252.5196.3542.94
Hex304D74E62010fd602b
Octal60432711614202037514053
Binary1100001001101011110011101100010010000111111011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3004D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3004D7; }

 p { color: rgb(48,4,215); }

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

<style>
 a { background-color: #3004D7; }

 a { background-color: rgb(48,4,215); }

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

<style>
 span { border-color: #3004D7; }

 span { border-color: rgb(48,4,215); }

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