#370A57

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

Shades of Christalle #370A57

Tints of Christalle #370A57

Color information

#370A57 (or 0x370A57) is unknown color: approx Christalle. HEX triplet: 37, 0A and 57. RGB value is (55,10,87). Sum of RGB (Red+Green+Blue) = 55+10+87=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #370A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A57 is #C8F5A8. Grayscale: #1F1F1F. Windows color (decimal): -13170089 or 5704247. OLE color: 5704247.

HSL color Cylindrical-coordinate representation of color #370A57: hue angle of 275.06º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370A57 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB551087-
CMYK0.370.8900.66
HSL275.06º79.38%19.02%-
HSV(B)275.06º88.51%34.12%-
XYZ3.41.729.17-
YUV32.23158.91144.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=36.18%
G=6.58%
B=57.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5510870.370.8900.66275.0679.3819.02
Hex37A5725590421134f13
Octal671212745131010242311723
Binary11011110101010111100101101100101000010100010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,10,87); }

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

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

 a { background-color: rgb(55,10,87); }

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

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

 span { border-color: rgb(55,10,87); }

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