#302566

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

Shades of Paris M #302566

Tints of Paris M #302566

Color information

#302566 (or 0x302566) is unknown color: approx Paris M. HEX triplet: 30, 25 and 66. RGB value is (48,37,102). Sum of RGB (Red+Green+Blue) = 48+37+102=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #302566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302566 is #CFDA99. Grayscale: #2F2F2F. Windows color (decimal): -13621914 or 6694192. OLE color: 6694192.

HSL color Cylindrical-coordinate representation of color #302566: hue angle of 250.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302566 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4837102-
CMYK0.530.6400.6
HSL250.15º46.76%27.25%-
HSV(B)250.15º63.73%40%-
XYZ4.282.9112.91-
YUV47.7158.64128.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=25.67%
G=19.79%
B=54.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48371020.530.6400.6250.1546.7627.25
Hex302566354003Cfa2f1b
Octal6045146651000743725733
Binary1100001001011100110110101100000001111001111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302566; }

 p { color: rgb(48,37,102); }

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

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

 a { background-color: rgb(48,37,102); }

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

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

 span { border-color: rgb(48,37,102); }

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