Html Css Color HEX #351753 Christalle

📋 copy color: '#351753'

red 53 ◦ green 23 ◦ blue 83

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

Shades of Christalle #351753

Tints of Christalle #351753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

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

R = 33.33%
G = 14.47%
B = 52.2%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351753 (or 0x351753) is known color: Christalle. HEX triplet: 35, 17 and 53. RGB value is (53,23,83). Sum of RGB (Red+Green+Blue) = 53+23+83=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #351753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351753 is #CAE8AC. Grayscale: #262626. Windows color (decimal): -13297837 or 5445429. OLE color: 5445429.

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

Color convert

RGB 53 23 83 -
CMYK 0.36 0.72 0 0.67
HSL 270º 0.57% 0.21% -
HSV(B) 270º 0.72% 0.33% -
XYZ 3.34 1.99 8.39 -
YUV 38.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 53 23 83 0.36 0.72 0 0.67 270 0.57 0.21
Hex 35 17 53 24 48 0 43 10E 39 15
Octal 65 27 123 44 110 0 103 416 71 25
Binary 110101 10111 1010011 100100 1001000 0 1000011 100001110 111001 10101

Color Harmonies of #351753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351753

Black with #351753

Text Example


Text Example

White with #351753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351753; }

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

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

background-color css

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

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

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

border-color css

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

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

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