#351468

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

Shades of Christalle #351468

Tints of Christalle #351468

Color information

#351468 (or 0x351468) is unknown color: approx Christalle. HEX triplet: 35, 14 and 68. RGB value is (53,20,104). Sum of RGB (Red+Green+Blue) = 53+20+104=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #351468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351468 is #CAEB97. Grayscale: #272727. Windows color (decimal): -13298584 or 6820917. OLE color: 6820917.

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

Color convert

RGB5320104-
CMYK0.490.8100.59
HSL263.57º67.74%24.31%-
HSV(B)263.57º80.77%40.78%-
XYZ4.222.2613.31-
YUV39.44164.43137.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=29.94%
G=11.30%
B=58.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53201040.490.8100.59263.5767.7424.31
Hex351468315103B1084418
Octal65241506112107341010430
Binary11010110100110100011000110100010111011100001000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351468; }

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

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

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

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

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

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

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

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