Html Css Color HEX #35256B Paris M

📋 copy color: '#35256B'

red 53 ◦ green 37 ◦ blue 107

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

Shades of Paris M #35256B

Tints of Paris M #35256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 26.9%
G = 18.78%
B = 54.31%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35256B (or 0x35256B) is known color: Paris M. HEX triplet: 35, 25 and 6B. RGB value is (53,37,107). Sum of RGB (Red+Green+Blue) = 53+37+107=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #35256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35256B is #CADA94. Grayscale: #313131. Windows color (decimal): -13294229 or 7021877. OLE color: 7021877.

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

Color convert

RGB 53 37 107 -
CMYK 0.50 0.65 0 0.58
HSL 253.71º 0.49% 0.28% -
HSV(B) 253.71º 0.65% 0.42% -
XYZ 4.78 3.14 14.26 -
YUV 49.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 53 37 107 0.50 0.65 0 0.58 253.71 0.49 0.28
Hex 35 25 6B 32 41 0 3A FE 31 1C
Octal 65 45 153 62 101 0 72 376 61 34
Binary 110101 100101 1101011 110010 1000001 0 111010 11111110 110001 11100

Color Harmonies of #35256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35256B

Black with #35256B

Text Example


Text Example

White with #35256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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