#371959

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

Shades of Christalle #371959

Tints of Christalle #371959

Color information

#371959 (or 0x371959) is unknown color: approx Christalle. HEX triplet: 37, 19 and 59. RGB value is (55,25,89). Sum of RGB (Red+Green+Blue) = 55+25+89=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #371959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371959 is #C8E6A6. Grayscale: #292929. Windows color (decimal): -13166247 or 5839159. OLE color: 5839159.

HSL color Cylindrical-coordinate representation of color #371959: hue angle of 268.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #371959 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB552589-
CMYK0.380.7200.65
HSL268.12º56.14%22.35%-
HSV(B)268.12º71.91%34.9%-
XYZ3.732.239.68-
YUV41.27154.94137.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=32.54%
G=14.79%
B=52.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5525890.380.7200.65268.1256.1422.35
Hex371959264804110c3816
Octal67311314611001014147026
Binary11011111001101100110011010010000100000110000110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371959; }

 p { color: rgb(55,25,89); }

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

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

 a { background-color: rgb(55,25,89); }

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

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

 span { border-color: rgb(55,25,89); }

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