#302374

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

Shades of Paris M #302374

Tints of Paris M #302374

Color information

#302374 (or 0x302374) is unknown color: approx Paris M. HEX triplet: 30, 23 and 74. RGB value is (48,35,116). Sum of RGB (Red+Green+Blue) = 48+35+116=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #302374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302374 is #CFDC8B. Grayscale: #2F2F2F. Windows color (decimal): -13622412 or 7611184. OLE color: 7611184.

HSL color Cylindrical-coordinate representation of color #302374: hue angle of 249.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302374 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4835116-
CMYK0.590.7000.55
HSL249.63º53.64%29.61%-
HSV(B)249.63º69.83%45.49%-
XYZ4.973.0916.86-
YUV48.12166.31127.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 116 (45.70% from 255) = 58.29%
R=24.12%
G=17.59%
B=58.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48351160.590.7000.55249.6353.6429.61
Hex3023743B46037fa361e
Octal6043164731060673726636
Binary1100001000111110100111011100011001101111111101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302374; }

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

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

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

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

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

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

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

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