#351860

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

Shades of Christalle #351860

Tints of Christalle #351860

Color information

#351860 (or 0x351860) is unknown color: approx Christalle. HEX triplet: 35, 18 and 60. RGB value is (53,24,96). Sum of RGB (Red+Green+Blue) = 53+24+96=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #351860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351860 is #CAE79F. Grayscale: #282828. Windows color (decimal): -13297568 or 6297653. OLE color: 6297653.

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

Color convert

RGB532496-
CMYK0.450.7500.62
HSL264.17º60%23.53%-
HSV(B)264.17º75%37.65%-
XYZ3.912.2511.3-
YUV40.88159.11136.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=30.64%
G=13.87%
B=55.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5324960.450.7500.62264.176023.53
Hex3518602D4B03E1083c18
Octal6530140551130764107430
Binary1101011100011000001011011001011011111010000100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351860; }

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

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

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

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

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

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

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

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