#372255

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

Shades of Christalle #372255

Tints of Christalle #372255

Color information

#372255 (or 0x372255) is unknown color: approx Christalle. HEX triplet: 37, 22 and 55. RGB value is (55,34,85). Sum of RGB (Red+Green+Blue) = 55+34+85=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #372255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372255 is #C8DDAA. Grayscale: #2D2D2D. Windows color (decimal): -13163947 or 5579319. OLE color: 5579319.

HSL color Cylindrical-coordinate representation of color #372255: hue angle of 264.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372255 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB553485-
CMYK0.350.6000.67
HSL264.71º42.86%23.33%-
HSV(B)264.71º60%33.33%-
XYZ3.792.618.9-
YUV46.09149.96134.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=31.61%
G=19.54%
B=48.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5534850.350.6000.67264.7142.8623.33
Hex372255233C0431092b17
Octal6742125437401034115327
Binary11011110001010101011000111111000100001110000100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372255; }

 p { color: rgb(55,34,85); }

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

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

 a { background-color: rgb(55,34,85); }

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

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

 span { border-color: rgb(55,34,85); }

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