#372059

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

Shades of Christalle #372059

Tints of Christalle #372059

Color information

#372059 (or 0x372059) is unknown color: approx Christalle. HEX triplet: 37, 20 and 59. RGB value is (55,32,89). Sum of RGB (Red+Green+Blue) = 55+32+89=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #372059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372059 is #C8DFA6. Grayscale: #2D2D2D. Windows color (decimal): -13164455 or 5840951. OLE color: 5840951.

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

Color convert

RGB553289-
CMYK0.380.6400.65
HSL264.21º47.11%23.73%-
HSV(B)264.21º64.04%34.9%-
XYZ3.92.579.74-
YUV45.38152.62134.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=31.25%
G=18.18%
B=50.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5532890.380.6400.65264.2147.1123.73
Hex37205926400411082f18
Octal67401314610001014105730
Binary110111100000101100110011010000000100000110000100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372059; }

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

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

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

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

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

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

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

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