#352260

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

Shades of Christalle #352260

Tints of Christalle #352260

Color information

#352260 (or 0x352260) is unknown color: approx Christalle. HEX triplet: 35, 22 and 60. RGB value is (53,34,96). Sum of RGB (Red+Green+Blue) = 53+34+96=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #352260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352260 is #CADD9F. Grayscale: #2E2E2E. Windows color (decimal): -13295008 or 6300213. OLE color: 6300213.

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

Color convert

RGB533496-
CMYK0.450.6500.62
HSL258.39º47.69%25.49%-
HSV(B)258.39º64.58%37.65%-
XYZ4.152.7511.38-
YUV46.75155.79132.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=28.96%
G=18.58%
B=52.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5334960.450.6500.62258.3947.6925.49
Hex3522602D4103E1023019
Octal6542140551010764026031
Binary11010110001011000001011011000001011111010000001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352260; }

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

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

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

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

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

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

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

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