#302758

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

Shades of Paris M #302758

Tints of Paris M #302758

Color information

#302758 (or 0x302758) is unknown color: approx Paris M. HEX triplet: 30, 27 and 58. RGB value is (48,39,88). Sum of RGB (Red+Green+Blue) = 48+39+88=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #302758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302758 is #CFD8A7. Grayscale: #2F2F2F. Windows color (decimal): -13621416 or 5777200. OLE color: 5777200.

HSL color Cylindrical-coordinate representation of color #302758: hue angle of 251.02º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302758 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB483988-
CMYK0.450.5600.65
HSL251.02º38.58%24.9%-
HSV(B)251.02º55.68%34.51%-
XYZ3.712.789.57-
YUV47.28150.98128.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=27.43%
G=22.29%
B=50.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4839880.450.5600.65251.0238.5824.9
Hex3027582D38041fb2719
Octal6047130557001013734731
Binary1100001001111011000101101111000010000011111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302758; }

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

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

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

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

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

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

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

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