Html Css Color HEX #35246A Paris M

📋 copy color: '#35246A'

red 53 ◦ green 36 ◦ blue 106

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

Shades of Paris M #35246A

Tints of Paris M #35246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 106 (41.8% from 255) = 54.36%

R = 27.18%
G = 18.46%
B = 54.36%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35246A (or 0x35246A) is known color: Paris M. HEX triplet: 35, 24 and 6A. RGB value is (53,36,106). Sum of RGB (Red+Green+Blue) = 53+36+106=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #35246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35246A is #CADB95. Grayscale: #303030. Windows color (decimal): -13294486 or 6956085. OLE color: 6956085.

HSL color Cylindrical-coordinate representation of color #35246A: hue angle of 254.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35246A is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 36 106 -
CMYK 0.5 0.66 0 0.58
HSL 254.57º 0.49% 0.28% -
HSV(B) 254.57º 0.66% 0.42% -
XYZ 4.7 3.06 13.98 -
YUV 49.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 53 36 106 0.5 0.66 0 0.58 254.57 0.49 0.28
Hex 35 24 6A 32 42 0 3A FF 31 1C
Octal 65 44 152 62 102 0 72 377 61 34
Binary 110101 100100 1101010 110010 1000010 0 111010 11111111 110001 11100

Color Harmonies of #35246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35246A

Black with #35246A

Text Example


Text Example

White with #35246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35246A; }

 p { color: rgb(53,36,106); }

 H1.HeaderClassName
 {
   color: #35246A;
 }
 .AnyTagClassName
 {
   color: #35246A;
 }
</style>

background-color css

<style>
 a { background-color: #35246A; }

 a { background-color: rgb(53,36,106); }

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

border-color css

<style>
 span { border-color: #35246A; }

 span { border-color: rgb(53,36,106); }

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