#302966

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

Shades of Paris M #302966

Tints of Paris M #302966

Color information

#302966 (or 0x302966) is unknown color: approx Paris M. HEX triplet: 30, 29 and 66. RGB value is (48,41,102). Sum of RGB (Red+Green+Blue) = 48+41+102=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #302966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302966 is #CFD699. Grayscale: #313131. Windows color (decimal): -13620890 or 6695216. OLE color: 6695216.

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

Color convert

RGB4841102-
CMYK0.530.6000.6
HSL246.89º42.66%28.04%-
HSV(B)246.89º59.8%40%-
XYZ4.413.1712.95-
YUV50.05157.32126.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=25.13%
G=21.47%
B=53.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48411020.530.6000.6246.8942.6628.04
Hex302966353C03Cf72b1c
Octal605114665740743675334
Binary110000101001110011011010111110001111001111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302966; }

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

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

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

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

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

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

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

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