#351C56

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

Shades of Christalle #351C56

Tints of Christalle #351C56

Color information

#351C56 (or 0x351C56) is unknown color: approx Christalle. HEX triplet: 35, 1C and 56. RGB value is (53,28,86). Sum of RGB (Red+Green+Blue) = 53+28+86=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #351C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C56 is #CAE3A9. Grayscale: #292929. Windows color (decimal): -13296554 or 5643317. OLE color: 5643317.

HSL color Cylindrical-coordinate representation of color #351C56: hue angle of 265.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351C56 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB532886-
CMYK0.380.6700.66
HSL265.86º50.88%22.35%-
HSV(B)265.86º67.44%33.73%-
XYZ3.562.269.05-
YUV42.09152.78135.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=31.74%
G=16.77%
B=51.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5328860.380.6700.66265.8650.8822.35
Hex351C56264304210a3316
Octal65341264610301024126326
Binary11010111100101011010011010000110100001010000101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351C56; }

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

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

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

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

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

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

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

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