#351C5A

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

Shades of Christalle #351C5A

Tints of Christalle #351C5A

Color information

#351C5A (or 0x351C5A) is unknown color: approx Christalle. HEX triplet: 35, 1C and 5A. RGB value is (53,28,90). Sum of RGB (Red+Green+Blue) = 53+28+90=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #351C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C5A is #CAE3A5. Grayscale: #2A2A2A. Windows color (decimal): -13296550 or 5905461. OLE color: 5905461.

HSL color Cylindrical-coordinate representation of color #351C5A: hue angle of 264.19º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351C5A is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB532890-
CMYK0.410.6900.65
HSL264.19º52.54%23.14%-
HSV(B)264.19º68.89%35.29%-
XYZ3.732.339.93-
YUV42.54154.78135.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=30.99%
G=16.37%
B=52.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5328900.410.6900.65264.1952.5423.14
Hex351C5A29450411083517
Octal65341325110501014106527
Binary11010111100101101010100110001010100000110000100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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