Html Css Color HEX #352A66 Paris M

📋 copy color: '#352A66'

red 53 ◦ green 42 ◦ blue 102

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

Shades of Paris M #352A66

Tints of Paris M #352A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 26.9%
G = 21.32%
B = 51.78%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#352A66 (or 0x352A66) is known color: Paris M. HEX triplet: 35, 2A and 66. RGB value is (53,42,102). Sum of RGB (Red+Green+Blue) = 53+42+102=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #352A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A66 is #CAD599. Grayscale: #333333. Windows color (decimal): -13292954 or 6695477. OLE color: 6695477.

HSL color Cylindrical-coordinate representation of color #352A66: hue angle of 251º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352A66 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 42 102 -
CMYK 0.48 0.59 0 0.6
HSL 251º 0.42% 0.28% -
HSV(B) 251º 0.59% 0.4% -
XYZ 4.69 3.37 12.97 -
YUV 52.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 53 42 102 0.48 0.59 0 0.6 251 0.42 0.28
Hex 35 2A 66 30 3B 0 3C FB 2A 1C
Octal 65 52 146 60 73 0 74 373 52 34
Binary 110101 101010 1100110 110000 111011 0 111100 11111011 101010 11100

Color Harmonies of #352A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A66

Black with #352A66

Text Example


Text Example

White with #352A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,102); }

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

background-color css

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

 a { background-color: rgb(53,42,102); }

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

border-color css

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

 span { border-color: rgb(53,42,102); }

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