Html Css Color HEX #352355 Christalle

📋 copy color: '#352355'

red 53 ◦ green 35 ◦ blue 85

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

Shades of Christalle #352355

Tints of Christalle #352355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 30.64%
G = 20.23%
B = 49.13%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352355 (or 0x352355) is known color: Christalle. HEX triplet: 35, 23 and 55. RGB value is (53,35,85). Sum of RGB (Red+Green+Blue) = 53+35+85=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #352355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352355 is #CADCAA. Grayscale: #2D2D2D. Windows color (decimal): -13294763 or 5579573. OLE color: 5579573.

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

Color convert

RGB 53 35 85 -
CMYK 0.38 0.59 0 0.67
HSL 261.6º 0.42% 0.24% -
HSV(B) 261.6º 0.59% 0.33% -
XYZ 3.71 2.61 8.9 -
YUV 46.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 53 35 85 0.38 0.59 0 0.67 261.6 0.42 0.24
Hex 35 23 55 26 3B 0 43 106 2A 18
Octal 65 43 125 46 73 0 103 406 52 30
Binary 110101 100011 1010101 100110 111011 0 1000011 100000110 101010 11000

Color Harmonies of #352355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352355

Black with #352355

Text Example


Text Example

White with #352355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352355; }

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

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

background-color css

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

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

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

border-color css

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

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

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