#3B2370

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

Shades of Christalle #3B2370

Tints of Christalle #3B2370

Color information

#3B2370 (or 0x3B2370) is unknown color: approx Christalle. HEX triplet: 3B, 23 and 70. RGB value is (59,35,112). Sum of RGB (Red+Green+Blue) = 59+35+112=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2370 is #C4DC8F. Grayscale: #323232. Windows color (decimal): -12901520 or 7349051. OLE color: 7349051.

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

Color convert

RGB5935112-
CMYK0.470.6900.56
HSL258.7º52.38%28.82%-
HSV(B)258.7º68.75%43.92%-
XYZ5.333.315.69-
YUV50.95162.45133.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=28.64%
G=16.99%
B=54.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59351120.470.6900.56258.752.3828.82
Hex3B23702F45038103341d
Octal7343160571050704036435
Binary11101110001111100001011111000101011100010000001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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