#302069

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

Shades of Paris M #302069

Tints of Paris M #302069

Color information

#302069 (or 0x302069) is unknown color: approx Paris M. HEX triplet: 30, 20 and 69. RGB value is (48,32,105). Sum of RGB (Red+Green+Blue) = 48+32+105=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #302069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302069 is #CFDF96. Grayscale: #2C2C2C. Windows color (decimal): -13623191 or 6889520. OLE color: 6889520.

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

Color convert

RGB4832105-
CMYK0.540.7000.59
HSL253.15º53.28%26.86%-
HSV(B)253.15º69.52%41.18%-
XYZ4.292.6813.66-
YUV45.11161.8130.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=25.95%
G=17.30%
B=56.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48321050.540.7000.59253.1553.2826.86
Hex302069364603Bfd351b
Octal6040151661060733756533
Binary1100001000001101001110110100011001110111111110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302069; }

 p { color: rgb(48,32,105); }

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

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

 a { background-color: rgb(48,32,105); }

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

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

 span { border-color: rgb(48,32,105); }

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