Html Css Color HEX #352F5A Paris M

📋 copy color: '#352F5A'

red 53 ◦ green 47 ◦ blue 90

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

Shades of Paris M #352F5A

Tints of Paris M #352F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 27.89%
G = 24.74%
B = 47.37%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352F5A (or 0x352F5A) is known color: Paris M. HEX triplet: 35, 2F and 5A. RGB value is (53,47,90). Sum of RGB (Red+Green+Blue) = 53+47+90=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #352F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F5A is #CAD0A5. Grayscale: #353535. Windows color (decimal): -13291686 or 5910325. OLE color: 5910325.

HSL color Cylindrical-coordinate representation of color #352F5A: hue angle of 248.37º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #352F5A is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 47 90 -
CMYK 0.41 0.48 0 0.65
HSL 248.37º 0.31% 0.27% -
HSV(B) 248.37º 0.48% 0.35% -
XYZ 4.33 3.53 10.13 -
YUV 53.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 53 47 90 0.41 0.48 0 0.65 248.37 0.31 0.27
Hex 35 2F 5A 29 30 0 41 F8 1F 1B
Octal 65 57 132 51 60 0 101 370 37 33
Binary 110101 101111 1011010 101001 110000 0 1000001 11111000 11111 11011

Color Harmonies of #352F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F5A

Black with #352F5A

Text Example


Text Example

White with #352F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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