#302675

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

Shades of Paris M #302675

Tints of Paris M #302675

Color information

#302675 (or 0x302675) is unknown color: approx Paris M. HEX triplet: 30, 26 and 75. RGB value is (48,38,117). Sum of RGB (Red+Green+Blue) = 48+38+117=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #302675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302675 is #CFD98A. Grayscale: #313131. Windows color (decimal): -13621643 or 7677488. OLE color: 7677488.

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

Color convert

RGB4838117-
CMYK0.590.6800.54
HSL247.59º50.97%30.39%-
HSV(B)247.59º67.52%45.88%-
XYZ5.123.317.2-
YUV50165.81126.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=23.65%
G=18.72%
B=57.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48381170.590.6800.54247.5950.9730.39
Hex3026753B44036f8331e
Octal6046165731040663706336
Binary1100001001101110101111011100010001101101111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302675; }

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

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

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

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

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

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

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

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