#302273

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

Shades of Paris M #302273

Tints of Paris M #302273

Color information

#302273 (or 0x302273) is unknown color: approx Paris M. HEX triplet: 30, 22 and 73. RGB value is (48,34,115). Sum of RGB (Red+Green+Blue) = 48+34+115=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #302273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302273 is #CFDD8C. Grayscale: #2F2F2F. Windows color (decimal): -13622669 or 7545392. OLE color: 7545392.

HSL color Cylindrical-coordinate representation of color #302273: hue angle of 250.37º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302273 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4834115-
CMYK0.580.7000.55
HSL250.37º54.36%29.22%-
HSV(B)250.37º70.43%45.1%-
XYZ4.893.0116.54-
YUV47.42166.14128.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=24.37%
G=17.26%
B=58.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48341150.580.7000.55250.3754.3629.22
Hex3022733A46037fa361d
Octal6042163721060673726635
Binary1100001000101110011111010100011001101111111101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302273; }

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

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

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

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

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

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

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

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