#372053

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

Shades of Christalle #372053

Tints of Christalle #372053

Color information

#372053 (or 0x372053) is unknown color: approx Christalle. HEX triplet: 37, 20 and 53. RGB value is (55,32,83). Sum of RGB (Red+Green+Blue) = 55+32+83=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #372053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372053 is #C8DFAC. Grayscale: #2C2C2C. Windows color (decimal): -13164461 or 5447735. OLE color: 5447735.

HSL color Cylindrical-coordinate representation of color #372053: hue angle of 267.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #372053 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB553283-
CMYK0.340.6100.67
HSL267.06º44.35%22.55%-
HSV(B)267.06º61.45%32.55%-
XYZ3.652.478.47-
YUV44.69149.62135.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=32.35%
G=18.82%
B=48.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5532830.340.6100.67267.0644.3522.55
Hex372053223D04310b2c17
Octal6740123427501034135427
Binary11011110000010100111000101111010100001110000101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372053; }

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

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

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

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

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

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

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

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