Html Css Color HEX #352055 Christalle

📋 copy color: '#352055'

red 53 ◦ green 32 ◦ blue 85

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

Shades of Christalle #352055

Tints of Christalle #352055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 31.18%
G = 18.82%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352055 (or 0x352055) is known color: Christalle. HEX triplet: 35, 20 and 55. RGB value is (53,32,85). Sum of RGB (Red+Green+Blue) = 53+32+85=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #352055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352055 is #CADFAA. Grayscale: #2C2C2C. Windows color (decimal): -13295531 or 5578805. OLE color: 5578805.

HSL color Cylindrical-coordinate representation of color #352055: hue angle of 263.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352055 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 32 85 -
CMYK 0.38 0.62 0 0.67
HSL 263.77º 0.45% 0.23% -
HSV(B) 263.77º 0.62% 0.33% -
XYZ 3.62 2.45 8.88 -
YUV 44.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 53 32 85 0.38 0.62 0 0.67 263.77 0.45 0.23
Hex 35 20 55 26 3E 0 43 108 2D 17
Octal 65 40 125 46 76 0 103 410 55 27
Binary 110101 100000 1010101 100110 111110 0 1000011 100001000 101101 10111

Color Harmonies of #352055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352055

Black with #352055

Text Example


Text Example

White with #352055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352055; }

 p { color: rgb(53,32,85); }

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

background-color css

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

 a { background-color: rgb(53,32,85); }

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

border-color css

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

 span { border-color: rgb(53,32,85); }

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