#370D5E

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

Shades of Christalle #370D5E

Tints of Christalle #370D5E

Color information

#370D5E (or 0x370D5E) is unknown color: approx Christalle. HEX triplet: 37, 0D and 5E. RGB value is (55,13,94). Sum of RGB (Red+Green+Blue) = 55+13+94=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #370D5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D5E is #C8F2A1. Grayscale: #222222. Windows color (decimal): -13169314 or 6163767. OLE color: 6163767.

HSL color Cylindrical-coordinate representation of color #370D5E: hue angle of 271.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370D5E is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB551394-
CMYK0.410.8600.63
HSL271.11º75.7%20.98%-
HSV(B)271.11º86.17%36.86%-
XYZ3.741.9110.76-
YUV34.79161.41142.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=33.95%
G=8.02%
B=58.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5513940.410.8600.63271.1175.720.98
Hex37D5E295603F10f4c15
Octal67151365112607741711425
Binary1101111101101111010100110101100111111100001111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370D5E; }

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

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

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

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

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

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

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

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