#302576

Color #302576 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #302576

Tints of Paris M #302576

Color information

#302576 (or 0x302576) is unknown color: approx Paris M. HEX triplet: 30, 25 and 76. RGB value is (48,37,118). Sum of RGB (Red+Green+Blue) = 48+37+118=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #302576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302576 is #CFDA89. Grayscale: #313131. Windows color (decimal): -13621898 or 7742768. OLE color: 7742768.

HSL color Cylindrical-coordinate representation of color #302576: hue angle of 248.15º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302576 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4837118-
CMYK0.590.6900.54
HSL248.15º52.26%30.39%-
HSV(B)248.15º68.64%46.27%-
XYZ5.153.2617.5-
YUV49.52166.64126.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=23.65%
G=18.23%
B=58.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48371180.590.6900.54248.1552.2630.39
Hex3025763B45036f8341e
Octal6045166731050663706436
Binary1100001001011110110111011100010101101101111100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302576; }

 p { color: rgb(48,37,118); }

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

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

 a { background-color: rgb(48,37,118); }

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

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

 span { border-color: rgb(48,37,118); }

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