#3B2070

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

Shades of Christalle #3B2070

Tints of Christalle #3B2070

Color information

#3B2070 (or 0x3B2070) is unknown color: approx Christalle. HEX triplet: 3B, 20 and 70. RGB value is (59,32,112). Sum of RGB (Red+Green+Blue) = 59+32+112=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B2070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2070 is #C4DF8F. Grayscale: #303030. Windows color (decimal): -12902288 or 7348283. OLE color: 7348283.

HSL color Cylindrical-coordinate representation of color #3B2070: hue angle of 260.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2070 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5932112-
CMYK0.470.7100.56
HSL260.25º55.56%28.24%-
HSV(B)260.25º71.43%43.92%-
XYZ5.243.1315.66-
YUV49.19163.45135-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=29.06%
G=15.76%
B=55.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59321120.470.7100.56260.2555.5628.24
Hex3B20702F47038104381c
Octal7340160571070704047034
Binary11101110000011100001011111000111011100010000010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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