#30236A

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

Shades of Paris M #30236A

Tints of Paris M #30236A

Color information

#30236A (or 0x30236A) is unknown color: approx Paris M. HEX triplet: 30, 23 and 6A. RGB value is (48,35,106). Sum of RGB (Red+Green+Blue) = 48+35+106=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #30236A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30236A is #CFDC95. Grayscale: #2E2E2E. Windows color (decimal): -13622422 or 6955824. OLE color: 6955824.

HSL color Cylindrical-coordinate representation of color #30236A: hue angle of 250.99º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30236A is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4835106-
CMYK0.550.6700.58
HSL250.99º50.35%27.65%-
HSV(B)250.99º66.98%41.57%-
XYZ4.422.8713.96-
YUV46.98161.31128.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 106 (41.80% from 255) = 56.08%
R=25.40%
G=18.52%
B=56.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48351060.550.6700.58250.9950.3527.65
Hex30236A374303Afb321c
Octal6043152671030723736234
Binary1100001000111101010110111100001101110101111101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30236A; }

 p { color: rgb(48,35,106); }

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

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

 a { background-color: rgb(48,35,106); }

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

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

 span { border-color: rgb(48,35,106); }

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