#302268

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

Shades of Paris M #302268

Tints of Paris M #302268

Color information

#302268 (or 0x302268) is unknown color: approx Paris M. HEX triplet: 30, 22 and 68. RGB value is (48,34,104). Sum of RGB (Red+Green+Blue) = 48+34+104=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #302268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302268 is #CFDD97. Grayscale: #2D2D2D. Windows color (decimal): -13622680 or 6824496. OLE color: 6824496.

HSL color Cylindrical-coordinate representation of color #302268: hue angle of 252º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302268 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4834104-
CMYK0.540.6700.59
HSL252º50.72%27.06%-
HSV(B)252º67.31%40.78%-
XYZ4.292.7713.41-
YUV46.17160.64129.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=25.81%
G=18.28%
B=55.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48341040.540.6700.5925250.7227.06
Hex302268364303Bfc331b
Octal6042150661030733746333
Binary1100001000101101000110110100001101110111111110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302268; }

 p { color: rgb(48,34,104); }

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

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

 a { background-color: rgb(48,34,104); }

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

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

 span { border-color: rgb(48,34,104); }

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