#302473

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

Shades of Paris M #302473

Tints of Paris M #302473

Color information

#302473 (or 0x302473) is unknown color: approx Paris M. HEX triplet: 30, 24 and 73. RGB value is (48,36,115). Sum of RGB (Red+Green+Blue) = 48+36+115=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #302473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302473 is #CFDB8C. Grayscale: #303030. Windows color (decimal): -13622157 or 7545904. OLE color: 7545904.

HSL color Cylindrical-coordinate representation of color #302473: hue angle of 249.11º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302473 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4836115-
CMYK0.580.6900.55
HSL249.11º52.32%29.61%-
HSV(B)249.11º68.7%45.1%-
XYZ4.943.1316.56-
YUV48.59165.48127.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=24.12%
G=18.09%
B=57.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48361150.580.6900.55249.1152.3229.61
Hex3024733A45037f9341e
Octal6044163721050673716436
Binary1100001001001110011111010100010101101111111100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302473; }

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

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

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

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

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

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

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

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