#351F5D

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

Shades of Christalle #351F5D

Tints of Christalle #351F5D

Color information

#351F5D (or 0x351F5D) is unknown color: approx Christalle. HEX triplet: 35, 1F and 5D. RGB value is (53,31,93). Sum of RGB (Red+Green+Blue) = 53+31+93=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #351F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F5D is #CAE0A2. Grayscale: #2C2C2C. Windows color (decimal): -13295779 or 6102837. OLE color: 6102837.

HSL color Cylindrical-coordinate representation of color #351F5D: hue angle of 261.29º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351F5D is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB533193-
CMYK0.430.6700.64
HSL261.29º50%24.31%-
HSV(B)261.29º66.67%36.47%-
XYZ3.932.5310.64-
YUV44.65155.29133.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=29.94%
G=17.51%
B=52.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5331930.430.6700.64261.295024.31
Hex351F5D2B430401053218
Octal65371355310301004056230
Binary11010111111101110110101110000110100000010000010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,93); }

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

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

 a { background-color: rgb(53,31,93); }

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

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

 span { border-color: rgb(53,31,93); }

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