#3B2056

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

Shades of Christalle #3B2056

Tints of Christalle #3B2056

Color information

#3B2056 (or 0x3B2056) is unknown color: approx Christalle. HEX triplet: 3B, 20 and 56. RGB value is (59,32,86). Sum of RGB (Red+Green+Blue) = 59+32+86=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B2056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2056 is #C4DFA9. Grayscale: #2E2E2E. Windows color (decimal): -12902314 or 5644347. OLE color: 5644347.

HSL color Cylindrical-coordinate representation of color #3B2056: hue angle of 270º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2056 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB593286-
CMYK0.310.6300.66
HSL270º45.76%23.14%-
HSV(B)270º62.79%33.73%-
XYZ42.639.1-
YUV46.23150.45137.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=33.33%
G=18.08%
B=48.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5932860.310.6300.6627045.7623.14
Hex3B20561F3F04210e2e17
Octal7340126377701024165627
Binary1110111000001010110111111111110100001010000111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,86); }

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

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

 a { background-color: rgb(59,32,86); }

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

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

 span { border-color: rgb(59,32,86); }

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