#302669

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

Shades of Paris M #302669

Tints of Paris M #302669

Color information

#302669 (or 0x302669) is unknown color: approx Paris M. HEX triplet: 30, 26 and 69. RGB value is (48,38,105). Sum of RGB (Red+Green+Blue) = 48+38+105=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #302669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302669 is #CFD996. Grayscale: #303030. Windows color (decimal): -13621655 or 6891056. OLE color: 6891056.

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

Color convert

RGB4838105-
CMYK0.540.6400.59
HSL248.96º46.85%28.04%-
HSV(B)248.96º63.81%41.18%-
XYZ4.463.0313.72-
YUV48.63159.81127.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=25.13%
G=19.90%
B=54.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48381050.540.6400.59248.9646.8528.04
Hex302669364003Bf92f1c
Octal6046151661000733715734
Binary1100001001101101001110110100000001110111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302669; }

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

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

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

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

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

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

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

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