#37145E

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

Shades of Christalle #37145E

Tints of Christalle #37145E

Color information

#37145E (or 0x37145E) is unknown color: approx Christalle. HEX triplet: 37, 14 and 5E. RGB value is (55,20,94). Sum of RGB (Red+Green+Blue) = 55+20+94=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #37145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37145E is #C8EBA1. Grayscale: #262626. Windows color (decimal): -13167522 or 6165559. OLE color: 6165559.

HSL color Cylindrical-coordinate representation of color #37145E: hue angle of 268.38º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37145E is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB552094-
CMYK0.410.7900.63
HSL268.38º64.91%22.35%-
HSV(B)268.38º78.72%36.86%-
XYZ3.852.1210.8-
YUV38.9159.1139.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=32.54%
G=11.83%
B=55.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5520940.410.7900.63268.3864.9122.35
Hex37145E294F03F10c4116
Octal67241365111707741410126
Binary11011110100101111010100110011110111111100001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37145E; }

 p { color: rgb(55,20,94); }

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

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

 a { background-color: rgb(55,20,94); }

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

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

 span { border-color: rgb(55,20,94); }

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