Html Css Color HEX #352358 Christalle

📋 copy color: '#352358'

red 53 ◦ green 35 ◦ blue 88

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

Shades of Christalle #352358

Tints of Christalle #352358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50%

R = 30.11%
G = 19.89%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352358 (or 0x352358) is known color: Christalle. HEX triplet: 35, 23 and 58. RGB value is (53,35,88). Sum of RGB (Red+Green+Blue) = 53+35+88=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #352358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352358 is #CADCA7. Grayscale: #2E2E2E. Windows color (decimal): -13294760 or 5776181. OLE color: 5776181.

HSL color Cylindrical-coordinate representation of color #352358: hue angle of 260.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352358 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 35 88 -
CMYK 0.40 0.60 0 0.65
HSL 260.38º 0.43% 0.24% -
HSV(B) 260.38º 0.6% 0.35% -
XYZ 3.83 2.66 9.54 -
YUV 46.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 53 35 88 0.40 0.60 0 0.65 260.38 0.43 0.24
Hex 35 23 58 28 3C 0 41 104 2B 18
Octal 65 43 130 50 74 0 101 404 53 30
Binary 110101 100011 1011000 101000 111100 0 1000001 100000100 101011 11000

Color Harmonies of #352358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352358

Black with #352358

Text Example


Text Example

White with #352358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352358; }

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

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

background-color css

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

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

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

border-color css

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

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

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