Html Css Color HEX #352459 Christalle

📋 copy color: '#352459'

red 53 ◦ green 36 ◦ blue 89

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

Shades of Christalle #352459

Tints of Christalle #352459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 29.78%
G = 20.22%
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

#352459 (or 0x352459) is known color: Christalle. HEX triplet: 35, 24 and 59. RGB value is (53,36,89). Sum of RGB (Red+Green+Blue) = 53+36+89=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #352459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352459 is #CADBA6. Grayscale: #2E2E2E. Windows color (decimal): -13294503 or 5841973. OLE color: 5841973.

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

Color convert

RGB 53 36 89 -
CMYK 0.40 0.60 0 0.65
HSL 259.25º 0.42% 0.25% -
HSV(B) 259.25º 0.6% 0.35% -
XYZ 3.9 2.74 9.77 -
YUV 47.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 53 36 89 0.40 0.60 0 0.65 259.25 0.42 0.25
Hex 35 24 59 28 3C 0 41 103 2A 19
Octal 65 44 131 50 74 0 101 403 52 31
Binary 110101 100100 1011001 101000 111100 0 1000001 100000011 101010 11001

Color Harmonies of #352459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352459

Black with #352459

Text Example


Text Example

White with #352459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352459; }

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

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

background-color css

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

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

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

border-color css

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

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

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