#302563

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

Shades of Paris M #302563

Tints of Paris M #302563

Color information

#302563 (or 0x302563) is unknown color: approx Paris M. HEX triplet: 30, 25 and 63. RGB value is (48,37,99). Sum of RGB (Red+Green+Blue) = 48+37+99=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #302563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302563 is #CFDA9C. Grayscale: #2F2F2F. Windows color (decimal): -13621917 or 6497584. OLE color: 6497584.

HSL color Cylindrical-coordinate representation of color #302563: hue angle of 250.65º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302563 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB483799-
CMYK0.520.6300.61
HSL250.65º45.59%26.67%-
HSV(B)250.65º62.63%38.82%-
XYZ4.132.8512.14-
YUV47.36157.14128.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=26.09%
G=20.11%
B=53.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4837990.520.6300.61250.6545.5926.67
Hex302563343F03Dfb2e1b
Octal604514364770753735633
Binary110000100101110001111010011111101111011111101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302563; }

 p { color: rgb(48,37,99); }

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

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

 a { background-color: rgb(48,37,99); }

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

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

 span { border-color: rgb(48,37,99); }

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