#350960

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

Shades of Christalle #350960

Tints of Christalle #350960

Color information

#350960 (or 0x350960) is unknown color: approx Christalle. HEX triplet: 35, 09 and 60. RGB value is (53,9,96). Sum of RGB (Red+Green+Blue) = 53+9+96=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #350960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350960 is #CAF69F. Grayscale: #1F1F1F. Windows color (decimal): -13301408 or 6293813. OLE color: 6293813.

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

Color convert

RGB53996-
CMYK0.450.9100.62
HSL270.34º82.86%20.59%-
HSV(B)270.34º90.62%37.65%-
XYZ3.681.811.22-
YUV32.07164.08142.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=33.54%
G=5.70%
B=60.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal539960.450.9100.62270.3482.8620.59
Hex359602D5B03E10e5315
Octal65111405513307641612325
Binary1101011001110000010110110110110111110100001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350960; }

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

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

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

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

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

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

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

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