Html Css Color HEX #35286C Paris M

📋 copy color: '#35286C'

red 53 ◦ green 40 ◦ blue 108

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

Shades of Paris M #35286C

Tints of Paris M #35286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 26.37%
G = 19.9%
B = 53.73%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35286C (or 0x35286C) is known color: Paris M. HEX triplet: 35, 28 and 6C. RGB value is (53,40,108). Sum of RGB (Red+Green+Blue) = 53+40+108=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #35286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35286C is #CAD793. Grayscale: #333333. Windows color (decimal): -13293460 or 7088181. OLE color: 7088181.

HSL color Cylindrical-coordinate representation of color #35286C: hue angle of 251.47º 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 #35286C is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 40 108 -
CMYK 0.51 0.63 0 0.58
HSL 251.47º 0.46% 0.29% -
HSV(B) 251.47º 0.63% 0.42% -
XYZ 4.93 3.36 14.58 -
YUV 51.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 53 40 108 0.51 0.63 0 0.58 251.47 0.46 0.29
Hex 35 28 6C 33 3F 0 3A FB 2E 1D
Octal 65 50 154 63 77 0 72 373 56 35
Binary 110101 101000 1101100 110011 111111 0 111010 11111011 101110 11101

Color Harmonies of #35286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35286C

Black with #35286C

Text Example


Text Example

White with #35286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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