#351A59

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

Shades of Christalle #351A59

Tints of Christalle #351A59

Color information

#351A59 (or 0x351A59) is unknown color: approx Christalle. HEX triplet: 35, 1A and 59. RGB value is (53,26,89). Sum of RGB (Red+Green+Blue) = 53+26+89=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #351A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A59 is #CAE5A6. Grayscale: #292929. Windows color (decimal): -13297063 or 5839413. OLE color: 5839413.

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

Color convert

RGB532689-
CMYK0.400.7100.65
HSL265.71º54.78%22.55%-
HSV(B)265.71º70.79%34.9%-
XYZ3.642.229.69-
YUV41.26154.95136.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=31.55%
G=15.48%
B=52.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5326890.400.7100.65265.7154.7822.55
Hex351A59284704110a3717
Octal65321315010701014126727
Binary11010111010101100110100010001110100000110000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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