#370960

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

Shades of Christalle #370960

Tints of Christalle #370960

Color information

#370960 (or 0x370960) is unknown color: approx Christalle. HEX triplet: 37, 09 and 60. RGB value is (55,9,96). Sum of RGB (Red+Green+Blue) = 55+9+96=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #370960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370960 is #C8F69F. Grayscale: #202020. Windows color (decimal): -13170336 or 6293815. OLE color: 6293815.

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

Color convert

RGB55996-
CMYK0.430.9100.62
HSL271.72º82.86%20.59%-
HSV(B)271.72º90.62%37.65%-
XYZ3.781.8511.22-
YUV32.67163.74143.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 96 (37.89% from 255) = 60%
R=34.38%
G=5.62%
B=60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559960.430.9100.62271.7282.8620.59
Hex379602B5B03E1105315
Octal67111405313307642012325
Binary1101111001110000010101110110110111110100010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370960; }

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

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

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

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

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

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

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

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