Html Css Color HEX #352672 Paris M

📋 copy color: '#352672'

red 53 ◦ green 38 ◦ blue 114

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

Shades of Paris M #352672

Tints of Paris M #352672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 25.85%
G = 18.54%
B = 55.61%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352672 (or 0x352672) is known color: Paris M. HEX triplet: 35, 26 and 72. RGB value is (53,38,114). Sum of RGB (Red+Green+Blue) = 53+38+114=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #352672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352672 is #CAD98D. Grayscale: #323232. Windows color (decimal): -13293966 or 7480885. OLE color: 7480885.

HSL color Cylindrical-coordinate representation of color #352672: hue angle of 251.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352672 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 38 114 -
CMYK 0.54 0.67 0 0.55
HSL 251.84º 0.5% 0.3% -
HSV(B) 251.84º 0.67% 0.45% -
XYZ 5.2 3.36 16.29 -
YUV 51.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 53 38 114 0.54 0.67 0 0.55 251.84 0.5 0.3
Hex 35 26 72 36 43 0 37 FC 32 1E
Octal 65 46 162 66 103 0 67 374 62 36
Binary 110101 100110 1110010 110110 1000011 0 110111 11111100 110010 11110

Color Harmonies of #352672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352672

Black with #352672

Text Example


Text Example

White with #352672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352672; }

 p { color: rgb(53,38,114); }

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

background-color css

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

 a { background-color: rgb(53,38,114); }

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

border-color css

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

 span { border-color: rgb(53,38,114); }

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