Html Css Color HEX #350959 Christalle

📋 copy color: '#350959'

red 53 ◦ green 9 ◦ blue 89

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

Shades of Christalle #350959

Tints of Christalle #350959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 35.1%
G = 5.96%
B = 58.94%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350959 (or 0x350959) is known color: Christalle. HEX triplet: 35, 09 and 59. RGB value is (53,9,89). Sum of RGB (Red+Green+Blue) = 53+9+89=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #350959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350959 is #CAF6A6. Grayscale: #1F1F1F. Windows color (decimal): -13301415 or 5835061. OLE color: 5835061.

HSL color Cylindrical-coordinate representation of color #350959: hue angle of 273º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350959 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 9 89 -
CMYK 0.40 0.90 0 0.65
HSL 273º 0.82% 0.19% -
HSV(B) 273º 0.9% 0.35% -
XYZ 3.37 1.67 9.6 -
YUV 31.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 53 9 89 0.40 0.90 0 0.65 273 0.82 0.19
Hex 35 9 59 28 5A 0 41 111 52 13
Octal 65 11 131 50 132 0 101 421 122 23
Binary 110101 1001 1011001 101000 1011010 0 1000001 100010001 1010010 10011

Color Harmonies of #350959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350959

Black with #350959

Text Example


Text Example

White with #350959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350959; }

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

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

background-color css

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

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

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

border-color css

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

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

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