#3002D8

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

Shades of Medium Blue #3002D8

Tints of Medium Blue #3002D8

Color information

#3002D8 (or 0x3002D8) is unknown color: approx Medium Blue. HEX triplet: 30, 02 and D8. RGB value is (48,2,216). Sum of RGB (Red+Green+Blue) = 48+2+216=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 216 (84.77% from 255 or 81.20% from 266); Max value from RGB is 216 - color contains mainly: blue. Hex color #3002D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002D8 is #CFFD27. Grayscale: #272727. Windows color (decimal): -13630760 or 14156336. OLE color: 14156336.

HSL color Cylindrical-coordinate representation of color #3002D8: hue angle of 252.9º degrees, saturation: 0.98, 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 #3002D8 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB482216-
CMYK0.780.9900.15
HSL252.9º98.17%42.75%-
HSV(B)252.9º99.07%84.71%-
XYZ13.645.6365.33-
YUV40.15227.24133.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 216 (84.77% from 255) = 81.20%
R=18.05%
G=0.75%
B=81.20%

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
Decimal4822160.780.9900.15252.998.1742.75
Hex302D84E630Ffd622b
Octal60233011614301737514253
Binary11000010110110001001110110001101111111111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3002D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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