#352269

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

Shades of Christalle #352269

Tints of Christalle #352269

Color information

#352269 (or 0x352269) is unknown color: approx Christalle. HEX triplet: 35, 22 and 69. RGB value is (53,34,105). Sum of RGB (Red+Green+Blue) = 53+34+105=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #352269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352269 is #CADD96. Grayscale: #2F2F2F. Windows color (decimal): -13294999 or 6890037. OLE color: 6890037.

HSL color Cylindrical-coordinate representation of color #352269: hue angle of 256.06º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352269 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5334105-
CMYK0.500.6800.59
HSL256.06º51.08%27.25%-
HSV(B)256.06º67.62%41.18%-
XYZ4.592.9213.69-
YUV47.78160.29131.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=27.60%
G=17.71%
B=54.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53341050.500.6800.59256.0651.0827.25
Hex352269324403B100331b
Octal6542151621040734006333
Binary11010110001011010011100101000100011101110000000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352269; }

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

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

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

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

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

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

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

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