#351958

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

Shades of Christalle #351958

Tints of Christalle #351958

Color information

#351958 (or 0x351958) is unknown color: approx Christalle. HEX triplet: 35, 19 and 58. RGB value is (53,25,88). Sum of RGB (Red+Green+Blue) = 53+25+88=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #351958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351958 is #CAE6A7. Grayscale: #282828. Windows color (decimal): -13297320 or 5773621. OLE color: 5773621.

HSL color Cylindrical-coordinate representation of color #351958: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351958 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB532588-
CMYK0.400.7200.65
HSL266.67º55.75%22.16%-
HSV(B)266.67º71.59%34.51%-
XYZ3.582.169.46-
YUV40.55154.78136.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=31.93%
G=15.06%
B=53.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5325880.400.7200.65266.6755.7522.16
Hex351958284804110b3816
Octal65311305011001014137026
Binary11010111001101100010100010010000100000110000101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351958; }

 p { color: rgb(53,25,88); }

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

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

 a { background-color: rgb(53,25,88); }

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

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

 span { border-color: rgb(53,25,88); }

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