#30245B

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

Shades of Paris M #30245B

Tints of Paris M #30245B

Color information

#30245B (or 0x30245B) is unknown color: approx Paris M. HEX triplet: 30, 24 and 5B. RGB value is (48,36,91). Sum of RGB (Red+Green+Blue) = 48+36+91=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #30245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30245B is #CFDBA4. Grayscale: #2D2D2D. Windows color (decimal): -13622181 or 5973040. OLE color: 5973040.

HSL color Cylindrical-coordinate representation of color #30245B: hue angle of 253.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30245B is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB483691-
CMYK0.470.6000.64
HSL253.09º43.31%24.9%-
HSV(B)253.09º60.44%35.69%-
XYZ3.742.6510.21-
YUV45.86153.48129.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 91 (35.94% from 255) = 52%
R=27.43%
G=20.57%
B=52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4836910.470.6000.64253.0943.3124.9
Hex30245B2F3C040fd2b19
Octal6044133577401003755331
Binary1100001001001011011101111111100010000001111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30245B; }

 p { color: rgb(48,36,91); }

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

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

 a { background-color: rgb(48,36,91); }

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

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

 span { border-color: rgb(48,36,91); }

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