Html Css Color HEX #35256F Paris M

📋 copy color: '#35256F'

red 53 ◦ green 37 ◦ blue 111

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

Shades of Paris M #35256F

Tints of Paris M #35256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 26.37%
G = 18.41%
B = 55.22%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35256F (or 0x35256F) is known color: Paris M. HEX triplet: 35, 25 and 6F. RGB value is (53,37,111). Sum of RGB (Red+Green+Blue) = 53+37+111=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #35256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35256F is #CADA90. Grayscale: #313131. Windows color (decimal): -13294225 or 7284021. OLE color: 7284021.

HSL color Cylindrical-coordinate representation of color #35256F: hue angle of 252.97º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35256F is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 37 111 -
CMYK 0.52 0.67 0 0.56
HSL 252.97º 0.5% 0.29% -
HSV(B) 252.97º 0.67% 0.44% -
XYZ 5 3.23 15.4 -
YUV 50.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 53 37 111 0.52 0.67 0 0.56 252.97 0.5 0.29
Hex 35 25 6F 34 43 0 38 FD 32 1D
Octal 65 45 157 64 103 0 70 375 62 35
Binary 110101 100101 1101111 110100 1000011 0 111000 11111101 110010 11101

Color Harmonies of #35256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35256F

Black with #35256F

Text Example


Text Example

White with #35256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35256F; }

 p { color: rgb(53,37,111); }

 H1.HeaderClassName
 {
   color: #35256F;
 }
 .AnyTagClassName
 {
   color: #35256F;
 }
</style>

background-color css

<style>
 a { background-color: #35256F; }

 a { background-color: rgb(53,37,111); }

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

border-color css

<style>
 span { border-color: #35256F; }

 span { border-color: rgb(53,37,111); }

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