#351C65

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

Shades of Christalle #351C65

Tints of Christalle #351C65

Color information

#351C65 (or 0x351C65) is unknown color: approx Christalle. HEX triplet: 35, 1C and 65. RGB value is (53,28,101). Sum of RGB (Red+Green+Blue) = 53+28+101=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #351C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C65 is #CAE39A. Grayscale: #2B2B2B. Windows color (decimal): -13296539 or 6626357. OLE color: 6626357.

HSL color Cylindrical-coordinate representation of color #351C65: hue angle of 260.55º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351C65 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5328101-
CMYK0.480.7200.60
HSL260.55º56.59%25.29%-
HSV(B)260.55º72.28%39.61%-
XYZ4.232.5312.58-
YUV43.8160.28134.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=29.12%
G=15.38%
B=55.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53281010.480.7200.60260.5556.5925.29
Hex351C65304803C1053919
Octal6534145601100744057131
Binary1101011110011001011100001001000011110010000010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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