#302660

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

Shades of Paris M #302660

Tints of Paris M #302660

Color information

#302660 (or 0x302660) is unknown color: approx Paris M. HEX triplet: 30, 26 and 60. RGB value is (48,38,96). Sum of RGB (Red+Green+Blue) = 48+38+96=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #302660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302660 is #CFD99F. Grayscale: #2F2F2F. Windows color (decimal): -13621664 or 6301232. OLE color: 6301232.

HSL color Cylindrical-coordinate representation of color #302660: hue angle of 250.34º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302660 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB483896-
CMYK0.500.6000.62
HSL250.34º43.28%26.27%-
HSV(B)250.34º60.42%37.65%-
XYZ4.022.8611.41-
YUV47.6155.31128.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=26.37%
G=20.88%
B=52.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4838960.500.6000.62250.3443.2826.27
Hex302660323C03Efa2b1a
Octal604614062740763725332
Binary110000100110110000011001011110001111101111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302660; }

 p { color: rgb(48,38,96); }

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

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

 a { background-color: rgb(48,38,96); }

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

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

 span { border-color: rgb(48,38,96); }

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