#351456

Color #351456 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #351456

Tints of Christalle #351456

Color information

#351456 (or 0x351456) is unknown color: approx Christalle. HEX triplet: 35, 14 and 56. RGB value is (53,20,86). Sum of RGB (Red+Green+Blue) = 53+20+86=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #351456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351456 is #CAEBA9. Grayscale: #252525. Windows color (decimal): -13298602 or 5641269. OLE color: 5641269.

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

Color convert

RGB532086-
CMYK0.380.7700.66
HSL270º62.26%20.78%-
HSV(B)270º76.74%33.73%-
XYZ3.41.939-
YUV37.39155.43139.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=33.33%
G=12.58%
B=54.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5320860.380.7700.6627062.2620.78
Hex351456264D04210e3e15
Octal65241264611501024167625
Binary11010110100101011010011010011010100001010000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351456; }

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

 H1.HeaderClassName
 {
   color: #351456;
 }
 .AnyTagClassName
 {
   color: #351456;
 }
</style>
background-color css

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

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

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

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

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

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