#371D53

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

Shades of Christalle #371D53

Tints of Christalle #371D53

Color information

#371D53 (or 0x371D53) is unknown color: approx Christalle. HEX triplet: 37, 1D and 53. RGB value is (55,29,83). Sum of RGB (Red+Green+Blue) = 55+29+83=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #371D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D53 is #C8E2AC. Grayscale: #2A2A2A. Windows color (decimal): -13165229 or 5446967. OLE color: 5446967.

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

Color convert

RGB552983-
CMYK0.340.6500.67
HSL268.89º48.21%21.96%-
HSV(B)268.89º65.06%32.55%-
XYZ3.582.328.44-
YUV42.93150.61136.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=32.93%
G=17.37%
B=49.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5529830.340.6500.67268.8948.2121.96
Hex371D53224104310d3016
Octal67351234210101034156026
Binary11011111101101001110001010000010100001110000110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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