#302957

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

Shades of Paris M #302957

Tints of Paris M #302957

Color information

#302957 (or 0x302957) is unknown color: approx Paris M. HEX triplet: 30, 29 and 57. RGB value is (48,41,87). Sum of RGB (Red+Green+Blue) = 48+41+87=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #302957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302957 is #CFD6A8. Grayscale: #303030. Windows color (decimal): -13620905 or 5712176. OLE color: 5712176.

HSL color Cylindrical-coordinate representation of color #302957: hue angle of 249.13º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #302957 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB484187-
CMYK0.450.5300.66
HSL249.13º35.94%25.1%-
HSV(B)249.13º52.87%34.12%-
XYZ3.732.99.38-
YUV48.34149.82127.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=27.27%
G=23.30%
B=49.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4841870.450.5300.66249.1335.9425.1
Hex3029572D35042f92419
Octal6051127556501023714431
Binary1100001010011010111101101110101010000101111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302957; }

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

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

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

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

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

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

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

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