Html Css Color HEX #352F63 Paris M

📋 copy color: '#352F63'

red 53 ◦ green 47 ◦ blue 99

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

Shades of Paris M #352F63

Tints of Paris M #352F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 26.63%
G = 23.62%
B = 49.75%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#352F63 (or 0x352F63) is known color: Paris M. HEX triplet: 35, 2F and 63. RGB value is (53,47,99). Sum of RGB (Red+Green+Blue) = 53+47+99=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #352F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F63 is #CAD09C. Grayscale: #363636. Windows color (decimal): -13291677 or 6500149. OLE color: 6500149.

HSL color Cylindrical-coordinate representation of color #352F63: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352F63 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 47 99 -
CMYK 0.46 0.53 0 0.61
HSL 246.92º 0.36% 0.29% -
HSV(B) 246.92º 0.53% 0.39% -
XYZ 4.74 3.69 12.27 -
YUV 54.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 53 47 99 0.46 0.53 0 0.61 246.92 0.36 0.29
Hex 35 2F 63 2E 35 0 3D F7 24 1D
Octal 65 57 143 56 65 0 75 367 44 35
Binary 110101 101111 1100011 101110 110101 0 111101 11110111 100100 11101

Color Harmonies of #352F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F63

Black with #352F63

Text Example


Text Example

White with #352F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,47,99); }

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

background-color css

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

 a { background-color: rgb(53,47,99); }

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

border-color css

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

 span { border-color: rgb(53,47,99); }

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