#3A2656

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

Shades of Christalle #3A2656

Tints of Christalle #3A2656

Color information

#3A2656 (or 0x3A2656) is unknown color: approx Christalle. HEX triplet: 3A, 26 and 56. RGB value is (58,38,86). Sum of RGB (Red+Green+Blue) = 58+38+86=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A2656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2656 is #C5D9A9. Grayscale: #313131. Windows color (decimal): -12966314 or 5645882. OLE color: 5645882.

HSL color Cylindrical-coordinate representation of color #3A2656: hue angle of 265º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A2656 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB583886-
CMYK0.330.5600.66
HSL265º38.71%24.31%-
HSV(B)265º55.81%33.73%-
XYZ4.122.969.16-
YUV49.45148.63134.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=31.87%
G=20.88%
B=47.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5838860.330.5600.6626538.7124.31
Hex3A265621380421092718
Octal7246126417001024114730
Binary11101010011010101101000011110000100001010000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2656; }

 p { color: rgb(58,38,86); }

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

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

 a { background-color: rgb(58,38,86); }

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

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

 span { border-color: rgb(58,38,86); }

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