Html Css Color HEX #350859 Christalle

📋 copy color: '#350859'

red 53 ◦ green 8 ◦ blue 89

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

Shades of Christalle #350859

Tints of Christalle #350859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

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

R = 35.33%
G = 5.33%
B = 59.33%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350859 (or 0x350859) is known color: Christalle. HEX triplet: 35, 08 and 59. RGB value is (53,8,89). Sum of RGB (Red+Green+Blue) = 53+8+89=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #350859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350859 is #CAF7A6. Grayscale: #1E1E1E. Windows color (decimal): -13301671 or 5834805. OLE color: 5834805.

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

Color convert

RGB 53 8 89 -
CMYK 0.40 0.91 0 0.65
HSL 273.33º 0.84% 0.19% -
HSV(B) 273.33º 0.91% 0.35% -
XYZ 3.36 1.65 9.59 -
YUV 30.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 53 8 89 0.40 0.91 0 0.65 273.33 0.84 0.19
Hex 35 8 59 28 5B 0 41 111 54 13
Octal 65 10 131 50 133 0 101 421 124 23
Binary 110101 1000 1011001 101000 1011011 0 1000001 100010001 1010100 10011

Color Harmonies of #350859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350859

Black with #350859

Text Example


Text Example

White with #350859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350859; }

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

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

background-color css

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

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

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

border-color css

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

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

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