Html Css Color HEX #352053 Christalle

📋 copy color: '#352053'

red 53 ◦ green 32 ◦ blue 83

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

Shades of Christalle #352053

Tints of Christalle #352053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.4%

R = 31.55%
G = 19.05%
B = 49.4%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352053 (or 0x352053) is known color: Christalle. HEX triplet: 35, 20 and 53. RGB value is (53,32,83). Sum of RGB (Red+Green+Blue) = 53+32+83=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #352053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352053 is #CADFAC. Grayscale: #2B2B2B. Windows color (decimal): -13295533 or 5447733. OLE color: 5447733.

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

Color convert

RGB 53 32 83 -
CMYK 0.36 0.61 0 0.67
HSL 264.71º 0.44% 0.23% -
HSV(B) 264.71º 0.61% 0.33% -
XYZ 3.55 2.41 8.46 -
YUV 44.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 53 32 83 0.36 0.61 0 0.67 264.71 0.44 0.23
Hex 35 20 53 24 3D 0 43 109 2C 17
Octal 65 40 123 44 75 0 103 411 54 27
Binary 110101 100000 1010011 100100 111101 0 1000011 100001001 101100 10111

Color Harmonies of #352053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352053

Black with #352053

Text Example


Text Example

White with #352053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352053; }

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

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

background-color css

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

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

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

border-color css

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

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

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