Html Css Color HEX #352B62 Paris M

📋 copy color: '#352B62'

red 53 ◦ green 43 ◦ blue 98

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

Shades of Paris M #352B62

Tints of Paris M #352B62

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.16%

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

R = 27.32%
G = 22.16%
B = 50.52%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352B62 (or 0x352B62) is known color: Paris M. HEX triplet: 35, 2B and 62. RGB value is (53,43,98). Sum of RGB (Red+Green+Blue) = 53+43+98=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #352B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B62 is #CAD49D. Grayscale: #343434. Windows color (decimal): -13292702 or 6433589. OLE color: 6433589.

HSL color Cylindrical-coordinate representation of color #352B62: hue angle of 250.91º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352B62 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 43 98 -
CMYK 0.46 0.56 0 0.62
HSL 250.91º 0.39% 0.28% -
HSV(B) 250.91º 0.56% 0.38% -
XYZ 4.54 3.37 11.97 -
YUV 52.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 53 43 98 0.46 0.56 0 0.62 250.91 0.39 0.28
Hex 35 2B 62 2E 38 0 3E FB 27 1C
Octal 65 53 142 56 70 0 76 373 47 34
Binary 110101 101011 1100010 101110 111000 0 111110 11111011 100111 11100

Color Harmonies of #352B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B62

Black with #352B62

Text Example


Text Example

White with #352B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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