Html Css Color HEX #351959 Christalle

📋 copy color: '#351959'

red 53 ◦ green 25 ◦ blue 89

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

Shades of Christalle #351959

Tints of Christalle #351959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

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

R = 31.74%
G = 14.97%
B = 53.29%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#351959 (or 0x351959) is known color: Christalle. HEX triplet: 35, 19 and 59. RGB value is (53,25,89). Sum of RGB (Red+Green+Blue) = 53+25+89=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #351959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351959 is #CAE6A6. Grayscale: #282828. Windows color (decimal): -13297319 or 5839157. OLE color: 5839157.

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

Color convert

RGB 53 25 89 -
CMYK 0.40 0.72 0 0.65
HSL 266.25º 0.56% 0.22% -
HSV(B) 266.25º 0.72% 0.35% -
XYZ 3.62 2.17 9.68 -
YUV 40.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 53 25 89 0.40 0.72 0 0.65 266.25 0.56 0.22
Hex 35 19 59 28 48 0 41 10A 38 16
Octal 65 31 131 50 110 0 101 412 70 26
Binary 110101 11001 1011001 101000 1001000 0 1000001 100001010 111000 10110

Color Harmonies of #351959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351959

Black with #351959

Text Example


Text Example

White with #351959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351959; }

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

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

background-color css

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

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

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

border-color css

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

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

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