#302965

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

Shades of Paris M #302965

Tints of Paris M #302965

Color information

#302965 (or 0x302965) is unknown color: approx Paris M. HEX triplet: 30, 29 and 65. RGB value is (48,41,101). Sum of RGB (Red+Green+Blue) = 48+41+101=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #302965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302965 is #CFD69A. Grayscale: #313131. Windows color (decimal): -13620891 or 6629680. OLE color: 6629680.

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

Color convert

RGB4841101-
CMYK0.520.5900.60
HSL247º42.25%27.84%-
HSV(B)247º59.41%39.61%-
XYZ4.363.1512.69-
YUV49.93156.82126.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=25.26%
G=21.58%
B=53.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48411010.520.5900.6024742.2527.84
Hex302965343B03Cf72a1c
Octal605114564730743675234
Binary110000101001110010111010011101101111001111011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302965; }

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

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

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

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

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

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

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

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