#351E55

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

Shades of Christalle #351E55

Tints of Christalle #351E55

Color information

#351E55 (or 0x351E55) is unknown color: approx Christalle. HEX triplet: 35, 1E and 55. RGB value is (53,30,85). Sum of RGB (Red+Green+Blue) = 53+30+85=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #351E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E55 is #CAE1AA. Grayscale: #2A2A2A. Windows color (decimal): -13296043 or 5578293. OLE color: 5578293.

HSL color Cylindrical-coordinate representation of color #351E55: hue angle of 265.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #351E55 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB533085-
CMYK0.380.6500.67
HSL265.09º47.83%22.55%-
HSV(B)265.09º64.71%33.33%-
XYZ3.572.348.86-
YUV43.15151.62135.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=31.55%
G=17.86%
B=50.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5330850.380.6500.67265.0947.8322.55
Hex351E5526410431093017
Octal65361254610101034116027
Binary11010111110101010110011010000010100001110000100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,30,85); }

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

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

 a { background-color: rgb(53,30,85); }

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

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

 span { border-color: rgb(53,30,85); }

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