Html Css Color HEX #352C62 Paris M

📋 copy color: '#352C62'

red 53 ◦ green 44 ◦ blue 98

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

Shades of Paris M #352C62

Tints of Paris M #352C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 27.18%
G = 22.56%
B = 50.26%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352C62 (or 0x352C62) is known color: Paris M. HEX triplet: 35, 2C and 62. RGB value is (53,44,98). Sum of RGB (Red+Green+Blue) = 53+44+98=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #352C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C62 is #CAD39D. Grayscale: #343434. Windows color (decimal): -13292446 or 6433845. OLE color: 6433845.

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

Color convert

RGB 53 44 98 -
CMYK 0.46 0.55 0 0.62
HSL 250º 0.38% 0.28% -
HSV(B) 250º 0.55% 0.38% -
XYZ 4.57 3.44 11.98 -
YUV 52.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 53 44 98 0.46 0.55 0 0.62 250 0.38 0.28
Hex 35 2C 62 2E 37 0 3E FA 26 1C
Octal 65 54 142 56 67 0 76 372 46 34
Binary 110101 101100 1100010 101110 110111 0 111110 11111010 100110 11100

Color Harmonies of #352C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C62

Black with #352C62

Text Example


Text Example

White with #352C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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