#351968

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

Shades of Christalle #351968

Tints of Christalle #351968

Color information

#351968 (or 0x351968) is unknown color: approx Christalle. HEX triplet: 35, 19 and 68. RGB value is (53,25,104). Sum of RGB (Red+Green+Blue) = 53+25+104=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #351968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351968 is #CAE697. Grayscale: #2A2A2A. Windows color (decimal): -13297304 or 6822197. OLE color: 6822197.

HSL color Cylindrical-coordinate representation of color #351968: hue angle of 261.27º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351968 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5325104-
CMYK0.490.7600.59
HSL261.27º61.24%25.29%-
HSV(B)261.27º75.96%40.78%-
XYZ4.312.4513.34-
YUV42.38162.78135.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=29.12%
G=13.74%
B=57.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53251040.490.7600.59261.2761.2425.29
Hex351968314C03B1053d19
Octal6531150611140734057531
Binary1101011100111010001100011001100011101110000010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351968; }

 p { color: rgb(53,25,104); }

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

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

 a { background-color: rgb(53,25,104); }

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

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

 span { border-color: rgb(53,25,104); }

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