#350160

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

Shades of Christalle #350160

Tints of Christalle #350160

Color information

#350160 (or 0x350160) is unknown color: approx Christalle. HEX triplet: 35, 01 and 60. RGB value is (53,1,96). Sum of RGB (Red+Green+Blue) = 53+1+96=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #350160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350160 is #CAFE9F. Grayscale: #1B1B1B. Windows color (decimal): -13303456 or 6291765. OLE color: 6291765.

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

Color convert

RGB53196-
CMYK0.450.9900.62
HSL272.84º97.94%19.02%-
HSV(B)272.84º98.96%37.65%-
XYZ3.591.6211.19-
YUV27.38166.73146.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 96 (37.89% from 255) = 64%
R=35.33%
G=0.67%
B=64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal531960.450.9900.62272.8497.9419.02
Hex351602D6303E1116213
Octal6511405514307642114223
Binary1101011110000010110111000110111110100010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350160; }

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

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

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

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

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

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

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

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