Html Css Color HEX #352F5F Paris M

📋 copy color: '#352F5F'

red 53 ◦ green 47 ◦ blue 95

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

Shades of Paris M #352F5F

Tints of Paris M #352F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 27.18%
G = 24.1%
B = 48.72%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#352F5F (or 0x352F5F) is known color: Paris M. HEX triplet: 35, 2F and 5F. RGB value is (53,47,95). Sum of RGB (Red+Green+Blue) = 53+47+95=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #352F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F5F is #CAD0A0. Grayscale: #363636. Windows color (decimal): -13291681 or 6238005. OLE color: 6238005.

HSL color Cylindrical-coordinate representation of color #352F5F: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352F5F is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 47 95 -
CMYK 0.44 0.51 0 0.63
HSL 247.5º 0.34% 0.28% -
HSV(B) 247.5º 0.51% 0.37% -
XYZ 4.55 3.62 11.28 -
YUV 54.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 53 47 95 0.44 0.51 0 0.63 247.5 0.34 0.28
Hex 35 2F 5F 2C 33 0 3F F8 22 1C
Octal 65 57 137 54 63 0 77 370 42 34
Binary 110101 101111 1011111 101100 110011 0 111111 11111000 100010 11100

Color Harmonies of #352F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F5F

Black with #352F5F

Text Example


Text Example

White with #352F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F5F; }

 p { color: rgb(53,47,95); }

 H1.HeaderClassName
 {
   color: #352F5F;
 }
 .AnyTagClassName
 {
   color: #352F5F;
 }
</style>

background-color css

<style>
 a { background-color: #352F5F; }

 a { background-color: rgb(53,47,95); }

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

border-color css

<style>
 span { border-color: #352F5F; }

 span { border-color: rgb(53,47,95); }

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