#302663

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

Shades of Paris M #302663

Tints of Paris M #302663

Color information

#302663 (or 0x302663) is unknown color: approx Paris M. HEX triplet: 30, 26 and 63. RGB value is (48,38,99). Sum of RGB (Red+Green+Blue) = 48+38+99=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #302663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302663 is #CFD99C. Grayscale: #2F2F2F. Windows color (decimal): -13621661 or 6497840. OLE color: 6497840.

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

Color convert

RGB483899-
CMYK0.520.6200.61
HSL249.84º44.53%26.86%-
HSV(B)249.84º61.62%38.82%-
XYZ4.162.9212.15-
YUV47.94156.81128.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=25.95%
G=20.54%
B=53.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4838990.520.6200.61249.8444.5326.86
Hex302663343E03Dfa2d1b
Octal604614364760753725533
Binary110000100110110001111010011111001111011111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302663; }

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

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

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

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

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

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

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

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