#302459

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

Shades of Paris M #302459

Tints of Paris M #302459

Color information

#302459 (or 0x302459) is unknown color: approx Paris M. HEX triplet: 30, 24 and 59. RGB value is (48,36,89). Sum of RGB (Red+Green+Blue) = 48+36+89=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #302459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302459 is #CFDBA6. Grayscale: #2D2D2D. Windows color (decimal): -13622183 or 5841968. OLE color: 5841968.

HSL color Cylindrical-coordinate representation of color #302459: hue angle of 253.58º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302459 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB483689-
CMYK0.460.6000.65
HSL253.58º42.4%24.51%-
HSV(B)253.58º59.55%34.9%-
XYZ3.652.619.76-
YUV45.63152.48129.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=27.75%
G=20.81%
B=51.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4836890.460.6000.65253.5842.424.51
Hex3024592E3C041fe2a19
Octal6044131567401013765231
Binary1100001001001011001101110111100010000011111111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302459; }

 p { color: rgb(48,36,89); }

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

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

 a { background-color: rgb(48,36,89); }

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

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

 span { border-color: rgb(48,36,89); }

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