#302168

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

Shades of Paris M #302168

Tints of Paris M #302168

Color information

#302168 (or 0x302168) is unknown color: approx Paris M. HEX triplet: 30, 21 and 68. RGB value is (48,33,104). Sum of RGB (Red+Green+Blue) = 48+33+104=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #302168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302168 is #CFDE97. Grayscale: #2D2D2D. Windows color (decimal): -13622936 or 6824240. OLE color: 6824240.

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

Color convert

RGB4833104-
CMYK0.540.6800.59
HSL252.68º51.82%26.86%-
HSV(B)252.68º68.27%40.78%-
XYZ4.262.7213.4-
YUV45.58160.97129.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=25.95%
G=17.84%
B=56.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48331040.540.6800.59252.6851.8226.86
Hex302168364403Bfd341b
Octal6041150661040733756433
Binary1100001000011101000110110100010001110111111110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302168; }

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

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

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

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

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

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

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

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