Html Css Color HEX #35285B Paris M

📋 copy color: '#35285B'

red 53 ◦ green 40 ◦ blue 91

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

Shades of Paris M #35285B

Tints of Paris M #35285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 28.8%
G = 21.74%
B = 49.46%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35285B (or 0x35285B) is known color: Paris M. HEX triplet: 35, 28 and 5B. RGB value is (53,40,91). Sum of RGB (Red+Green+Blue) = 53+40+91=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #35285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35285B is #CAD7A4. Grayscale: #313131. Windows color (decimal): -13293477 or 5974069. OLE color: 5974069.

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

Color convert

RGB 53 40 91 -
CMYK 0.42 0.56 0 0.64
HSL 255.29º 0.39% 0.26% -
HSV(B) 255.29º 0.56% 0.36% -
XYZ 4.12 3.03 10.27 -
YUV 49.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 53 40 91 0.42 0.56 0 0.64 255.29 0.39 0.26
Hex 35 28 5B 2A 38 0 40 FF 27 1A
Octal 65 50 133 52 70 0 100 377 47 32
Binary 110101 101000 1011011 101010 111000 0 1000000 11111111 100111 11010

Color Harmonies of #35285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35285B

Black with #35285B

Text Example


Text Example

White with #35285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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