#351F5C

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

Shades of Christalle #351F5C

Tints of Christalle #351F5C

Color information

#351F5C (or 0x351F5C) is unknown color: approx Christalle. HEX triplet: 35, 1F and 5C. RGB value is (53,31,92). Sum of RGB (Red+Green+Blue) = 53+31+92=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #351F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F5C is #CAE0A3. Grayscale: #2C2C2C. Windows color (decimal): -13295780 or 6037301. OLE color: 6037301.

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

Color convert

RGB533192-
CMYK0.420.6600.64
HSL261.64º49.59%24.12%-
HSV(B)261.64º66.3%36.08%-
XYZ3.892.5110.4-
YUV44.53154.79134.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=30.11%
G=17.61%
B=52.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5331920.420.6600.64261.6449.5924.12
Hex351F5C2A420401063218
Octal65371345210201004066230
Binary11010111111101110010101010000100100000010000011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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