Html Css Color HEX #352B66 Paris M

📋 copy color: '#352B66'

red 53 ◦ green 43 ◦ blue 102

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

Shades of Paris M #352B66

Tints of Paris M #352B66

RGB

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

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

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

R = 26.77%
G = 21.72%
B = 51.52%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#352B66 (or 0x352B66) is known color: Paris M. HEX triplet: 35, 2B and 66. RGB value is (53,43,102). Sum of RGB (Red+Green+Blue) = 53+43+102=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #352B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B66 is #CAD499. Grayscale: #343434. Windows color (decimal): -13292698 or 6695733. OLE color: 6695733.

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

Color convert

RGB 53 43 102 -
CMYK 0.48 0.58 0 0.6
HSL 250.17º 0.41% 0.28% -
HSV(B) 250.17º 0.58% 0.4% -
XYZ 4.73 3.44 12.99 -
YUV 52.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 53 43 102 0.48 0.58 0 0.6 250.17 0.41 0.28
Hex 35 2B 66 30 3A 0 3C FA 29 1C
Octal 65 53 146 60 72 0 74 372 51 34
Binary 110101 101011 1100110 110000 111010 0 111100 11111010 101001 11100

Color Harmonies of #352B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B66

Black with #352B66

Text Example


Text Example

White with #352B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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