#28235F

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

Shades of Paris M #28235F

Tints of Paris M #28235F

Color information

#28235F (or 0x28235F) is unknown color: approx Paris M. HEX triplet: 28, 23 and 5F. RGB value is (40,35,95). Sum of RGB (Red+Green+Blue) = 40+35+95=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #28235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28235F is #D7DCA0. Grayscale: #2B2B2B. Windows color (decimal): -14146721 or 6234920. OLE color: 6234920.

HSL color Cylindrical-coordinate representation of color #28235F: hue angle of 245º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28235F is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB403595-
CMYK0.580.6300.63
HSL245º46.15%25.49%-
HSV(B)245º63.16%37.25%-
XYZ3.542.4811.12-
YUV43.33157.16125.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=23.53%
G=20.59%
B=55.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4035950.580.6300.6324546.1525.49
Hex28235F3A3F03Ff52e19
Octal504313772770773655631
Binary101000100011101111111101011111101111111111010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28235F; }

 p { color: rgb(40,35,95); }

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

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

 a { background-color: rgb(40,35,95); }

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

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

 span { border-color: rgb(40,35,95); }

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