#371C53

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

Shades of Christalle #371C53

Tints of Christalle #371C53

Color information

#371C53 (or 0x371C53) is unknown color: approx Christalle. HEX triplet: 37, 1C and 53. RGB value is (55,28,83). Sum of RGB (Red+Green+Blue) = 55+28+83=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #371C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C53 is #C8E3AC. Grayscale: #2A2A2A. Windows color (decimal): -13165485 or 5446711. OLE color: 5446711.

HSL color Cylindrical-coordinate representation of color #371C53: hue angle of 269.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #371C53 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB552883-
CMYK0.340.6600.67
HSL269.45º49.55%21.76%-
HSV(B)269.45º66.27%32.55%-
XYZ3.552.278.43-
YUV42.34150.95137.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 83 (32.81% from 255) = 50%
R=33.13%
G=16.87%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5528830.340.6600.67269.4549.5521.76
Hex371C53224204310d3216
Octal67341234210201034156226
Binary11011111100101001110001010000100100001110000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C53; }

 p { color: rgb(55,28,83); }

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

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

 a { background-color: rgb(55,28,83); }

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

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

 span { border-color: rgb(55,28,83); }

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