#30265E

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

Shades of Paris M #30265E

Tints of Paris M #30265E

Color information

#30265E (or 0x30265E) is unknown color: approx Paris M. HEX triplet: 30, 26 and 5E. RGB value is (48,38,94). Sum of RGB (Red+Green+Blue) = 48+38+94=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #30265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30265E is #CFD9A1. Grayscale: #2F2F2F. Windows color (decimal): -13621666 or 6170160. OLE color: 6170160.

HSL color Cylindrical-coordinate representation of color #30265E: hue angle of 250.71º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30265E is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB483894-
CMYK0.490.6000.63
HSL250.71º42.42%25.88%-
HSV(B)250.71º59.57%36.86%-
XYZ3.932.8210.93-
YUV47.37154.31128.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 94 (37.11% from 255) = 52.22%
R=26.67%
G=21.11%
B=52.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4838940.490.6000.63250.7142.4225.88
Hex30265E313C03Ffb2a1a
Octal604613661740773735232
Binary110000100110101111011000111110001111111111101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30265E; }

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

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

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

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

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

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

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

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