#37205D

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

Shades of Christalle #37205D

Tints of Christalle #37205D

Color information

#37205D (or 0x37205D) is unknown color: approx Christalle. HEX triplet: 37, 20 and 5D. RGB value is (55,32,93). Sum of RGB (Red+Green+Blue) = 55+32+93=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #37205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37205D is #C8DFA2. Grayscale: #2D2D2D. Windows color (decimal): -13164451 or 6103095. OLE color: 6103095.

HSL color Cylindrical-coordinate representation of color #37205D: hue angle of 262.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37205D is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB553293-
CMYK0.410.6600.64
HSL262.62º48.8%24.51%-
HSV(B)262.62º65.59%36.47%-
XYZ4.072.6410.65-
YUV45.83154.62134.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=30.56%
G=17.78%
B=51.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5532930.410.6600.64262.6248.824.51
Hex37205D29420401073119
Octal67401355110201004076131
Binary110111100000101110110100110000100100000010000011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37205D; }

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

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

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

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

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

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

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

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