#351E66

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

Shades of Christalle #351E66

Tints of Christalle #351E66

Color information

#351E66 (or 0x351E66) is unknown color: approx Christalle. HEX triplet: 35, 1E and 66. RGB value is (53,30,102). Sum of RGB (Red+Green+Blue) = 53+30+102=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #351E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E66 is #CAE199. Grayscale: #2C2C2C. Windows color (decimal): -13296026 or 6692405. OLE color: 6692405.

HSL color Cylindrical-coordinate representation of color #351E66: hue angle of 259.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351E66 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5330102-
CMYK0.480.7100.6
HSL259.17º54.55%25.88%-
HSV(B)259.17º70.59%40%-
XYZ4.332.6412.85-
YUV45.08160.12133.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=28.65%
G=16.22%
B=55.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53301020.480.7100.6259.1754.5525.88
Hex351E66304703C103371a
Octal6536146601070744036732
Binary1101011111011001101100001000111011110010000001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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