Html Css Color HEX #35285D Paris M

📋 copy color: '#35285D'

red 53 ◦ green 40 ◦ blue 93

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

Shades of Paris M #35285D

Tints of Paris M #35285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50%

R = 28.49%
G = 21.51%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35285D (or 0x35285D) is known color: Paris M. HEX triplet: 35, 28 and 5D. RGB value is (53,40,93). Sum of RGB (Red+Green+Blue) = 53+40+93=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #35285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35285D is #CAD7A2. Grayscale: #313131. Windows color (decimal): -13293475 or 6105141. OLE color: 6105141.

HSL color Cylindrical-coordinate representation of color #35285D: hue angle of 254.72º degrees, saturation: 0.4, 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 #35285D is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 40 93 -
CMYK 0.43 0.57 0 0.64
HSL 254.72º 0.4% 0.26% -
HSV(B) 254.72º 0.57% 0.36% -
XYZ 4.2 3.06 10.73 -
YUV 49.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 53 40 93 0.43 0.57 0 0.64 254.72 0.4 0.26
Hex 35 28 5D 2B 39 0 40 FF 28 1A
Octal 65 50 135 53 71 0 100 377 50 32
Binary 110101 101000 1011101 101011 111001 0 1000000 11111111 101000 11010

Color Harmonies of #35285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35285D

Black with #35285D

Text Example


Text Example

White with #35285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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