Html Css Color HEX #35286D Paris M

📋 copy color: '#35286D'

red 53 ◦ green 40 ◦ blue 109

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

Shades of Paris M #35286D

Tints of Paris M #35286D

RGB

 RED value IS 53 (21.09% from 255) = 26.24%

 GREEN value IS 40 (16.02% from 255) = 19.8%

 BLUE value IS 109 (42.97% from 255) = 53.96%

R = 26.24%
G = 19.8%
B = 53.96%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35286D (or 0x35286D) is known color: Paris M. HEX triplet: 35, 28 and 6D. RGB value is (53,40,109). Sum of RGB (Red+Green+Blue) = 53+40+109=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #35286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35286D is #CAD792. Grayscale: #333333. Windows color (decimal): -13293459 or 7153717. OLE color: 7153717.

HSL color Cylindrical-coordinate representation of color #35286D: hue angle of 251.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35286D is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 40 109 -
CMYK 0.51 0.63 0 0.57
HSL 251.3º 0.46% 0.29% -
HSV(B) 251.3º 0.63% 0.43% -
XYZ 4.99 3.38 14.86 -
YUV 51.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 53 40 109 0.51 0.63 0 0.57 251.3 0.46 0.29
Hex 35 28 6D 33 3F 0 39 FB 2E 1D
Octal 65 50 155 63 77 0 71 373 56 35
Binary 110101 101000 1101101 110011 111111 0 111001 11111011 101110 11101

Color Harmonies of #35286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35286D

Black with #35286D

Text Example


Text Example

White with #35286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35286D; }

 p { color: rgb(53,40,109); }

 H1.HeaderClassName
 {
   color: #35286D;
 }
 .AnyTagClassName
 {
   color: #35286D;
 }
</style>

background-color css

<style>
 a { background-color: #35286D; }

 a { background-color: rgb(53,40,109); }

 div.DivClassName
 {
   background-color: #35286D;
 }
 .BgClassName
 {
   background-color: #35286D;
 }
</style>

border-color css

<style>
 span { border-color: #35286D; }

 span { border-color: rgb(53,40,109); }

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