Html Css Color HEX #351556 Christalle

📋 copy color: '#351556'

red 53 ◦ green 21 ◦ blue 86

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

Shades of Christalle #351556

Tints of Christalle #351556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

 BLUE value IS 86 (33.98% from 255) = 53.75%

R = 33.13%
G = 13.13%
B = 53.75%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#351556 (or 0x351556) is known color: Christalle. HEX triplet: 35, 15 and 56. RGB value is (53,21,86). Sum of RGB (Red+Green+Blue) = 53+21+86=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #351556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351556 is #CAEAA9. Grayscale: #252525. Windows color (decimal): -13298346 or 5641525. OLE color: 5641525.

HSL color Cylindrical-coordinate representation of color #351556: hue angle of 269.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351556 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 21 86 -
CMYK 0.38 0.76 0 0.66
HSL 269.54º 0.61% 0.21% -
HSV(B) 269.54º 0.76% 0.34% -
XYZ 3.42 1.97 9 -
YUV 37.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 53 21 86 0.38 0.76 0 0.66 269.54 0.61 0.21
Hex 35 15 56 26 4C 0 42 10E 3D 15
Octal 65 25 126 46 114 0 102 416 75 25
Binary 110101 10101 1010110 100110 1001100 0 1000010 100001110 111101 10101

Color Harmonies of #351556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351556

Black with #351556

Text Example


Text Example

White with #351556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351556; }

 p { color: rgb(53,21,86); }

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

background-color css

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

 a { background-color: rgb(53,21,86); }

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

border-color css

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

 span { border-color: rgb(53,21,86); }

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