Html Css Color HEX #28235F Paris M

📋 copy color: '#28235F'

red 40 ◦ green 35 ◦ blue 95

#28235F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #28235F

Tints of Paris M #28235F

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 value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28235F (or 0x28235F) is known color: 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

RGB 40 35 95 -
CMYK 0.58 0.63 0 0.63
HSL 245º 0.46% 0.25% -
HSV(B) 245º 0.63% 0.37% -
XYZ 3.54 2.48 11.12 -
YUV 43.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 40 35 95 0.58 0.63 0 0.63 245 0.46 0.25
Hex 28 23 5F 3A 3F 0 3F F5 2E 19
Octal 50 43 137 72 77 0 77 365 56 31
Binary 101000 100011 1011111 111010 111111 0 111111 11110101 101110 11001

Color Harmonies of #28235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28235F

Black with #28235F

Text Example


Text Example

White with #28235F

Text Example


Text Example

HTML Codes & Css Web 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>