#3B2260

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

Shades of Christalle #3B2260

Tints of Christalle #3B2260

Color information

#3B2260 (or 0x3B2260) is unknown color: approx Christalle. HEX triplet: 3B, 22 and 60. RGB value is (59,34,96). Sum of RGB (Red+Green+Blue) = 59+34+96=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2260 is #C4DD9F. Grayscale: #303030. Windows color (decimal): -12901792 or 6300219. OLE color: 6300219.

HSL color Cylindrical-coordinate representation of color #3B2260: hue angle of 264.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B2260 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB593496-
CMYK0.390.6500.62
HSL264.19º47.69%25.49%-
HSV(B)264.19º64.58%37.65%-
XYZ4.492.9211.39-
YUV48.54154.78135.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=31.22%
G=17.99%
B=50.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5934960.390.6500.62264.1947.6925.49
Hex3B2260274103E1083019
Octal7342140471010764106031
Binary11101110001011000001001111000001011111010000100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,96); }

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

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

 a { background-color: rgb(59,34,96); }

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

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

 span { border-color: rgb(59,34,96); }

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