#351662

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

Shades of Christalle #351662

Tints of Christalle #351662

Color information

#351662 (or 0x351662) is unknown color: approx Christalle. HEX triplet: 35, 16 and 62. RGB value is (53,22,98). Sum of RGB (Red+Green+Blue) = 53+22+98=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #351662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351662 is #CAE99D. Grayscale: #272727. Windows color (decimal): -13298078 or 6428213. OLE color: 6428213.

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

Color convert

RGB532298-
CMYK0.460.7800.62
HSL264.47º63.33%23.53%-
HSV(B)264.47º77.55%38.43%-
XYZ3.962.2111.77-
YUV39.93160.77137.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=30.64%
G=12.72%
B=56.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5322980.460.7800.62264.4763.3323.53
Hex3516622E4E03E1083f18
Octal6526142561160764107730
Binary1101011011011000101011101001110011111010000100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351662; }

 p { color: rgb(53,22,98); }

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

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

 a { background-color: rgb(53,22,98); }

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

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

 span { border-color: rgb(53,22,98); }

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