Html Css Color HEX #352259 Christalle

📋 copy color: '#352259'

red 53 ◦ green 34 ◦ blue 89

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

Shades of Christalle #352259

Tints of Christalle #352259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 30.11%
G = 19.32%
B = 50.57%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352259 (or 0x352259) is known color: Christalle. HEX triplet: 35, 22 and 59. RGB value is (53,34,89). Sum of RGB (Red+Green+Blue) = 53+34+89=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #352259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352259 is #CADDA6. Grayscale: #2D2D2D. Windows color (decimal): -13295015 or 5841461. OLE color: 5841461.

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

Color convert

RGB 53 34 89 -
CMYK 0.40 0.62 0 0.65
HSL 260.73º 0.45% 0.24% -
HSV(B) 260.73º 0.62% 0.35% -
XYZ 3.84 2.62 9.75 -
YUV 45.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 53 34 89 0.40 0.62 0 0.65 260.73 0.45 0.24
Hex 35 22 59 28 3E 0 41 105 2D 18
Octal 65 42 131 50 76 0 101 405 55 30
Binary 110101 100010 1011001 101000 111110 0 1000001 100000101 101101 11000

Color Harmonies of #352259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352259

Black with #352259

Text Example


Text Example

White with #352259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352259; }

 p { color: rgb(53,34,89); }

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

background-color css

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

 a { background-color: rgb(53,34,89); }

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

border-color css

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

 span { border-color: rgb(53,34,89); }

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