Html Css Color HEX #351459 Christalle

📋 copy color: '#351459'

red 53 ◦ green 20 ◦ blue 89

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

Shades of Christalle #351459

Tints of Christalle #351459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 32.72%
G = 12.35%
B = 54.94%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#351459 (or 0x351459) is known color: Christalle. HEX triplet: 35, 14 and 59. RGB value is (53,20,89). Sum of RGB (Red+Green+Blue) = 53+20+89=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #351459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351459 is #CAEBA6. Grayscale: #252525. Windows color (decimal): -13298599 or 5837877. OLE color: 5837877.

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

Color convert

RGB 53 20 89 -
CMYK 0.40 0.78 0 0.65
HSL 268.7º 0.63% 0.21% -
HSV(B) 268.7º 0.78% 0.35% -
XYZ 3.52 1.98 9.65 -
YUV 37.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 53 20 89 0.40 0.78 0 0.65 268.7 0.63 0.21
Hex 35 14 59 28 4E 0 41 10D 3F 15
Octal 65 24 131 50 116 0 101 415 77 25
Binary 110101 10100 1011001 101000 1001110 0 1000001 100001101 111111 10101

Color Harmonies of #351459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351459

Black with #351459

Text Example


Text Example

White with #351459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351459; }

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

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

background-color css

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

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

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

border-color css

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

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

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