#370E58

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

Shades of Christalle #370E58

Tints of Christalle #370E58

Color information

#370E58 (or 0x370E58) is unknown color: approx Christalle. HEX triplet: 37, 0E and 58. RGB value is (55,14,88). Sum of RGB (Red+Green+Blue) = 55+14+88=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #370E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370E58 is #C8F1A7. Grayscale: #222222. Windows color (decimal): -13169064 or 5770807. OLE color: 5770807.

HSL color Cylindrical-coordinate representation of color #370E58: hue angle of 273.24º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370E58 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB551488-
CMYK0.380.8400.65
HSL273.24º72.55%20%-
HSV(B)273.24º84.09%34.51%-
XYZ3.491.839.4-
YUV34.7158.08142.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=35.03%
G=8.92%
B=56.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5514880.380.8400.65273.2472.5520
Hex37E5826540411114914
Octal671613046124010142111124
Binary11011111101011000100110101010001000001100010001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,14,88); }

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

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

 a { background-color: rgb(55,14,88); }

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

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

 span { border-color: rgb(55,14,88); }

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