#302066

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

Shades of Paris M #302066

Tints of Paris M #302066

Color information

#302066 (or 0x302066) is unknown color: approx Paris M. HEX triplet: 30, 20 and 66. RGB value is (48,32,102). Sum of RGB (Red+Green+Blue) = 48+32+102=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #302066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302066 is #CFDF99. Grayscale: #2C2C2C. Windows color (decimal): -13623194 or 6692912. OLE color: 6692912.

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

Color convert

RGB4832102-
CMYK0.530.6900.6
HSL253.71º52.24%26.27%-
HSV(B)253.71º68.63%40%-
XYZ4.132.6212.86-
YUV44.76160.3130.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=26.37%
G=17.58%
B=56.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48321020.530.6900.6253.7152.2426.27
Hex302066354503Cfe341a
Octal6040146651050743766432
Binary1100001000001100110110101100010101111001111111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302066; }

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

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

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

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

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

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

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

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