#351763

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

Shades of Christalle #351763

Tints of Christalle #351763

Color information

#351763 (or 0x351763) is unknown color: approx Christalle. HEX triplet: 35, 17 and 63. RGB value is (53,23,99). Sum of RGB (Red+Green+Blue) = 53+23+99=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #351763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351763 is #CAE89C. Grayscale: #282828. Windows color (decimal): -13297821 or 6494005. OLE color: 6494005.

HSL color Cylindrical-coordinate representation of color #351763: hue angle of 263.68º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351763 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB532399-
CMYK0.460.7700.61
HSL263.68º62.3%23.92%-
HSV(B)263.68º76.77%38.82%-
XYZ4.032.2712.03-
YUV40.63160.94136.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=30.29%
G=13.14%
B=56.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5323990.460.7700.61263.6862.323.92
Hex3517632E4D03D1083e18
Octal6527143561150754107630
Binary1101011011111000111011101001101011110110000100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351763; }

 p { color: rgb(53,23,99); }

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

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

 a { background-color: rgb(53,23,99); }

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

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

 span { border-color: rgb(53,23,99); }

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