#351858

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

Shades of Christalle #351858

Tints of Christalle #351858

Color information

#351858 (or 0x351858) is unknown color: approx Christalle. HEX triplet: 35, 18 and 58. RGB value is (53,24,88). Sum of RGB (Red+Green+Blue) = 53+24+88=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #351858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351858 is #CAE7A7. Grayscale: #272727. Windows color (decimal): -13297576 or 5773365. OLE color: 5773365.

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

Color convert

RGB532488-
CMYK0.400.7300.65
HSL267.19º57.14%21.96%-
HSV(B)267.19º72.73%34.51%-
XYZ3.562.119.45-
YUV39.97155.11137.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=32.12%
G=14.55%
B=53.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5324880.400.7300.65267.1957.1421.96
Hex351858284904110b3916
Octal65301305011101014137126
Binary11010111000101100010100010010010100000110000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351858; }

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

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

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

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

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

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

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

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