#302676

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

Shades of Paris M #302676

Tints of Paris M #302676

Color information

#302676 (or 0x302676) is unknown color: approx Paris M. HEX triplet: 30, 26 and 76. RGB value is (48,38,118). Sum of RGB (Red+Green+Blue) = 48+38+118=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #302676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302676 is #CFD989. Grayscale: #313131. Windows color (decimal): -13621642 or 7743024. OLE color: 7743024.

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

Color convert

RGB4838118-
CMYK0.590.6800.54
HSL247.5º51.28%30.59%-
HSV(B)247.5º67.8%46.27%-
XYZ5.183.3217.51-
YUV50.11166.31126.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=23.53%
G=18.63%
B=57.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48381180.590.6800.54247.551.2830.59
Hex3026763B44036f8331f
Octal6046166731040663706337
Binary1100001001101110110111011100010001101101111100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302676; }

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

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

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

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

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

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

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

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