#371E53

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

Shades of Christalle #371E53

Tints of Christalle #371E53

Color information

#371E53 (or 0x371E53) is unknown color: approx Christalle. HEX triplet: 37, 1E and 53. RGB value is (55,30,83). Sum of RGB (Red+Green+Blue) = 55+30+83=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #371E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E53 is #C8E1AC. Grayscale: #2B2B2B. Windows color (decimal): -13164973 or 5447223. OLE color: 5447223.

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

Color convert

RGB553083-
CMYK0.340.6400.67
HSL268.3º46.9%22.16%-
HSV(B)268.3º63.86%32.55%-
XYZ3.62.378.45-
YUV43.52150.28136.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=32.74%
G=17.86%
B=49.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5530830.340.6400.67268.346.922.16
Hex371E53224004310c2f16
Octal67361234210001034145726
Binary11011111110101001110001010000000100001110000110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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