#370660

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

Shades of Christalle #370660

Tints of Christalle #370660

Color information

#370660 (or 0x370660) is unknown color: approx Christalle. HEX triplet: 37, 06 and 60. RGB value is (55,6,96). Sum of RGB (Red+Green+Blue) = 55+6+96=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #370660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370660 is #C8F99F. Grayscale: #1E1E1E. Windows color (decimal): -13171104 or 6293047. OLE color: 6293047.

HSL color Cylindrical-coordinate representation of color #370660: hue angle of 272.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370660 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB55696-
CMYK0.430.9400.62
HSL272.67º88.24%20%-
HSV(B)272.67º93.75%37.65%-
XYZ3.751.7911.21-
YUV30.91164.73145.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=35.03%
G=3.82%
B=61.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal556960.430.9400.62272.6788.2420
Hex376602B5E03E1115814
Octal6761405313607642113024
Binary110111110110000010101110111100111110100010001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370660; }

 p { color: rgb(55,6,96); }

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

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

 a { background-color: rgb(55,6,96); }

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

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

 span { border-color: rgb(55,6,96); }

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