#372152

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

Shades of Christalle #372152

Tints of Christalle #372152

Color information

#372152 (or 0x372152) is unknown color: approx Christalle. HEX triplet: 37, 21 and 52. RGB value is (55,33,82). Sum of RGB (Red+Green+Blue) = 55+33+82=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #372152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372152 is #C8DEAD. Grayscale: #2C2C2C. Windows color (decimal): -13164206 or 5382455. OLE color: 5382455.

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

Color convert

RGB553382-
CMYK0.330.6000.68
HSL266.94º42.61%22.55%-
HSV(B)266.94º59.76%32.16%-
XYZ3.642.518.27-
YUV45.16148.79135.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=32.35%
G=19.41%
B=48.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5533820.330.6000.68266.9442.6122.55
Hex372152213C04410b2b17
Octal6741122417401044135327
Binary11011110000110100101000011111000100010010000101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372152; }

 p { color: rgb(55,33,82); }

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

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

 a { background-color: rgb(55,33,82); }

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

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

 span { border-color: rgb(55,33,82); }

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