#351452

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

Shades of Christalle #351452

Tints of Christalle #351452

Color information

#351452 (or 0x351452) is unknown color: approx Christalle. HEX triplet: 35, 14 and 52. RGB value is (53,20,82). Sum of RGB (Red+Green+Blue) = 53+20+82=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #351452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351452 is #CAEBAD. Grayscale: #242424. Windows color (decimal): -13298606 or 5379125. OLE color: 5379125.

HSL color Cylindrical-coordinate representation of color #351452: hue angle of 271.94º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351452 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB532082-
CMYK0.350.7600.68
HSL271.94º60.78%20%-
HSV(B)271.94º75.61%32.16%-
XYZ3.241.878.17-
YUV36.93153.43139.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=34.19%
G=12.90%
B=52.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5320820.350.7600.68271.9460.7820
Hex351452234C0441103d14
Octal65241224311401044207524
Binary11010110100101001010001110011000100010010001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351452; }

 p { color: rgb(53,20,82); }

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

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

 a { background-color: rgb(53,20,82); }

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

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

 span { border-color: rgb(53,20,82); }

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