#302356

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

Shades of Paris M #302356

Tints of Paris M #302356

Color information

#302356 (or 0x302356) is unknown color: approx Paris M. HEX triplet: 30, 23 and 56. RGB value is (48,35,86). Sum of RGB (Red+Green+Blue) = 48+35+86=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #302356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302356 is #CFDCA9. Grayscale: #2C2C2C. Windows color (decimal): -13622442 or 5645104. OLE color: 5645104.

HSL color Cylindrical-coordinate representation of color #302356: hue angle of 255.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #302356 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB483586-
CMYK0.440.5900.66
HSL255.29º42.15%23.73%-
HSV(B)255.29º59.3%33.73%-
XYZ3.52.59.1-
YUV44.7151.31130.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 86 (33.98% from 255) = 50.89%
R=28.40%
G=20.71%
B=50.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4835860.440.5900.66255.2942.1523.73
Hex3023562C3B042ff2a18
Octal6043126547301023775230
Binary1100001000111010110101100111011010000101111111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302356; }

 p { color: rgb(48,35,86); }

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

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

 a { background-color: rgb(48,35,86); }

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

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

 span { border-color: rgb(48,35,86); }

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