#302757

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

Shades of Paris M #302757

Tints of Paris M #302757

Color information

#302757 (or 0x302757) is unknown color: approx Paris M. HEX triplet: 30, 27 and 57. RGB value is (48,39,87). Sum of RGB (Red+Green+Blue) = 48+39+87=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #302757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302757 is #CFD8A8. Grayscale: #2E2E2E. Windows color (decimal): -13621417 or 5711664. OLE color: 5711664.

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

Color convert

RGB483987-
CMYK0.450.5500.66
HSL251.25º38.1%24.71%-
HSV(B)251.25º55.17%34.12%-
XYZ3.662.779.36-
YUV47.16150.48128.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 87 (34.38% from 255) = 50%
R=27.59%
G=22.41%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4839870.450.5500.66251.2538.124.71
Hex3027572D37042fb2619
Octal6047127556701023734631
Binary1100001001111010111101101110111010000101111101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302757; }

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

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

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

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

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

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

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

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