#351A5B

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

Shades of Christalle #351A5B

Tints of Christalle #351A5B

Color information

#351A5B (or 0x351A5B) is unknown color: approx Christalle. HEX triplet: 35, 1A and 5B. RGB value is (53,26,91). Sum of RGB (Red+Green+Blue) = 53+26+91=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #351A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A5B is #CAE5A4. Grayscale: #292929. Windows color (decimal): -13297061 or 5970485. OLE color: 5970485.

HSL color Cylindrical-coordinate representation of color #351A5B: hue angle of 264.92º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351A5B is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB532691-
CMYK0.420.7100.64
HSL264.92º55.56%22.94%-
HSV(B)264.92º71.43%35.69%-
XYZ3.732.2510.14-
YUV41.48155.95136.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=31.18%
G=15.29%
B=53.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5326910.420.7100.64264.9255.5622.94
Hex351A5B2A470401093817
Octal65321335210701004117027
Binary11010111010101101110101010001110100000010000100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,91); }

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

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

 a { background-color: rgb(53,26,91); }

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

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

 span { border-color: rgb(53,26,91); }

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