Html Css Color HEX #352057 Christalle

📋 copy color: '#352057'

red 53 ◦ green 32 ◦ blue 87

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

Shades of Christalle #352057

Tints of Christalle #352057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.58%

R = 30.81%
G = 18.6%
B = 50.58%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352057 (or 0x352057) is known color: Christalle. HEX triplet: 35, 20 and 57. RGB value is (53,32,87). Sum of RGB (Red+Green+Blue) = 53+32+87=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #352057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352057 is #CADFA8. Grayscale: #2C2C2C. Windows color (decimal): -13295529 or 5709877. OLE color: 5709877.

HSL color Cylindrical-coordinate representation of color #352057: hue angle of 262.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352057 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 32 87 -
CMYK 0.39 0.63 0 0.66
HSL 262.91º 0.46% 0.23% -
HSV(B) 262.91º 0.63% 0.34% -
XYZ 3.71 2.48 9.3 -
YUV 44.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 53 32 87 0.39 0.63 0 0.66 262.91 0.46 0.23
Hex 35 20 57 27 3F 0 42 107 2E 17
Octal 65 40 127 47 77 0 102 407 56 27
Binary 110101 100000 1010111 100111 111111 0 1000010 100000111 101110 10111

Color Harmonies of #352057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352057

Black with #352057

Text Example


Text Example

White with #352057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352057; }

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

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

background-color css

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

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

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

border-color css

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

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

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