Html Css Color HEX #352962 Paris M

📋 copy color: '#352962'

red 53 ◦ green 41 ◦ blue 98

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

Shades of Paris M #352962

Tints of Paris M #352962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 27.6%
G = 21.35%
B = 51.04%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352962 (or 0x352962) is known color: Paris M. HEX triplet: 35, 29 and 62. RGB value is (53,41,98). Sum of RGB (Red+Green+Blue) = 53+41+98=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #352962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352962 is #CAD69D. Grayscale: #323232. Windows color (decimal): -13293214 or 6433077. OLE color: 6433077.

HSL color Cylindrical-coordinate representation of color #352962: hue angle of 252.63º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352962 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 41 98 -
CMYK 0.46 0.58 0 0.62
HSL 252.63º 0.41% 0.27% -
HSV(B) 252.63º 0.58% 0.38% -
XYZ 4.47 3.22 11.94 -
YUV 51.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 53 41 98 0.46 0.58 0 0.62 252.63 0.41 0.27
Hex 35 29 62 2E 3A 0 3E FD 29 1B
Octal 65 51 142 56 72 0 76 375 51 33
Binary 110101 101001 1100010 101110 111010 0 111110 11111101 101001 11011

Color Harmonies of #352962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352962

Black with #352962

Text Example


Text Example

White with #352962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352962; }

 p { color: rgb(53,41,98); }

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

background-color css

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

 a { background-color: rgb(53,41,98); }

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

border-color css

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

 span { border-color: rgb(53,41,98); }

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