#302368

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

Shades of Paris M #302368

Tints of Paris M #302368

Color information

#302368 (or 0x302368) is unknown color: approx Paris M. HEX triplet: 30, 23 and 68. RGB value is (48,35,104). Sum of RGB (Red+Green+Blue) = 48+35+104=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #302368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302368 is #CFDC97. Grayscale: #2E2E2E. Windows color (decimal): -13622424 or 6824752. OLE color: 6824752.

HSL color Cylindrical-coordinate representation of color #302368: hue angle of 251.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302368 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4835104-
CMYK0.540.6600.59
HSL251.3º49.64%27.25%-
HSV(B)251.3º66.35%40.78%-
XYZ4.322.8313.42-
YUV46.75160.31128.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=25.67%
G=18.72%
B=55.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48351040.540.6600.59251.349.6427.25
Hex302368364203Bfb321b
Octal6043150661020733736233
Binary1100001000111101000110110100001001110111111101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302368; }

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

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

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

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

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

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

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

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