#30286C

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

Shades of Paris M #30286C

Tints of Paris M #30286C

Color information

#30286C (or 0x30286C) is unknown color: approx Paris M. HEX triplet: 30, 28 and 6C. RGB value is (48,40,108). Sum of RGB (Red+Green+Blue) = 48+40+108=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #30286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286C is #CFD793. Grayscale: #313131. Windows color (decimal): -13621140 or 7088176. OLE color: 7088176.

HSL color Cylindrical-coordinate representation of color #30286C: hue angle of 247.06º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30286C is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4840108-
CMYK0.560.6300.58
HSL247.06º45.95%29.02%-
HSV(B)247.06º62.96%42.35%-
XYZ4.683.2314.56-
YUV50.14160.65126.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=24.49%
G=20.41%
B=55.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48401080.560.6300.58247.0645.9529.02
Hex30286C383F03Af72e1d
Octal605015470770723675635
Binary110000101000110110011100011111101110101111011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30286C; }

 p { color: rgb(48,40,108); }

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

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

 a { background-color: rgb(48,40,108); }

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

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

 span { border-color: rgb(48,40,108); }

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