#302858

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

Shades of Paris M #302858

Tints of Paris M #302858

Color information

#302858 (or 0x302858) is unknown color: approx Paris M. HEX triplet: 30, 28 and 58. RGB value is (48,40,88). Sum of RGB (Red+Green+Blue) = 48+40+88=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #302858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302858 is #CFD7A7. Grayscale: #2F2F2F. Windows color (decimal): -13621160 or 5777456. OLE color: 5777456.

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

Color convert

RGB484088-
CMYK0.450.5500.65
HSL250º37.5%25.1%-
HSV(B)250º54.55%34.51%-
XYZ3.742.859.59-
YUV47.86150.65128.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 88 (34.77% from 255) = 50%
R=27.27%
G=22.73%
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.65
SystemRedGreenBlueCMYKHSL
Decimal4840880.450.5500.6525037.525.1
Hex3028582D37041fa2519
Octal6050130556701013724531
Binary1100001010001011000101101110111010000011111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302858; }

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

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

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

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

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

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

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

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