#351C68

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

Shades of Christalle #351C68

Tints of Christalle #351C68

Color information

#351C68 (or 0x351C68) is unknown color: approx Christalle. HEX triplet: 35, 1C and 68. RGB value is (53,28,104). Sum of RGB (Red+Green+Blue) = 53+28+104=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #351C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C68 is #CAE397. Grayscale: #2B2B2B. Windows color (decimal): -13296536 or 6822965. OLE color: 6822965.

HSL color Cylindrical-coordinate representation of color #351C68: hue angle of 259.74º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351C68 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5328104-
CMYK0.490.7300.59
HSL259.74º57.58%25.88%-
HSV(B)259.74º73.08%40.78%-
XYZ4.382.5913.37-
YUV44.14161.78134.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=28.65%
G=15.14%
B=56.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53281040.490.7300.59259.7457.5825.88
Hex351C68314903B1043a1a
Octal6534150611110734047232
Binary1101011110011010001100011001001011101110000010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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