#302064

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

Shades of Paris M #302064

Tints of Paris M #302064

Color information

#302064 (or 0x302064) is unknown color: approx Paris M. HEX triplet: 30, 20 and 64. RGB value is (48,32,100). Sum of RGB (Red+Green+Blue) = 48+32+100=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #302064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302064 is #CFDF9B. Grayscale: #2C2C2C. Windows color (decimal): -13623196 or 6561840. OLE color: 6561840.

HSL color Cylindrical-coordinate representation of color #302064: hue angle of 254.12º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302064 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4832100-
CMYK0.520.6800.61
HSL254.12º51.52%25.88%-
HSV(B)254.12º68%39.22%-
XYZ4.042.5812.34-
YUV44.54159.3130.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 100 (39.45% from 255) = 55.56%
R=26.67%
G=17.78%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48321000.520.6800.61254.1251.5225.88
Hex302064344403Dfe341a
Octal6040144641040753766432
Binary1100001000001100100110100100010001111011111111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302064; }

 p { color: rgb(48,32,100); }

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

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

 a { background-color: rgb(48,32,100); }

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

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

 span { border-color: rgb(48,32,100); }

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