Html Css Color HEX #35285C Paris M

📋 copy color: '#35285C'

red 53 ◦ green 40 ◦ blue 92

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

Shades of Paris M #35285C

Tints of Paris M #35285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 28.65%
G = 21.62%
B = 49.73%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35285C (or 0x35285C) is known color: Paris M. HEX triplet: 35, 28 and 5C. RGB value is (53,40,92). Sum of RGB (Red+Green+Blue) = 53+40+92=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #35285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35285C is #CAD7A3. Grayscale: #313131. Windows color (decimal): -13293476 or 6039605. OLE color: 6039605.

HSL color Cylindrical-coordinate representation of color #35285C: hue angle of 255º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35285C is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 40 92 -
CMYK 0.42 0.57 0 0.64
HSL 255º 0.39% 0.26% -
HSV(B) 255º 0.57% 0.36% -
XYZ 4.16 3.05 10.49 -
YUV 49.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 53 40 92 0.42 0.57 0 0.64 255 0.39 0.26
Hex 35 28 5C 2A 39 0 40 FF 27 1A
Octal 65 50 134 52 71 0 100 377 47 32
Binary 110101 101000 1011100 101010 111001 0 1000000 11111111 100111 11010

Color Harmonies of #35285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35285C

Black with #35285C

Text Example


Text Example

White with #35285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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