#351A52

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

Shades of Christalle #351A52

Tints of Christalle #351A52

Color information

#351A52 (or 0x351A52) is unknown color: approx Christalle. HEX triplet: 35, 1A and 52. RGB value is (53,26,82). Sum of RGB (Red+Green+Blue) = 53+26+82=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #351A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A52 is #CAE5AD. Grayscale: #282828. Windows color (decimal): -13297070 or 5380661. OLE color: 5380661.

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

Color convert

RGB532682-
CMYK0.350.6800.68
HSL268.93º51.85%21.18%-
HSV(B)268.93º68.29%32.16%-
XYZ3.362.18.21-
YUV40.46151.45136.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=32.92%
G=16.15%
B=50.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5326820.350.6800.68268.9351.8521.18
Hex351A52234404410d3415
Octal65321224310401044156425
Binary11010111010101001010001110001000100010010000110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A52; }

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

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

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

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

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

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

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

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