#370464

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

Shades of Christalle #370464

Tints of Christalle #370464

Color information

#370464 (or 0x370464) is unknown color: approx Christalle. HEX triplet: 37, 04 and 64. RGB value is (55,4,100). Sum of RGB (Red+Green+Blue) = 55+4+100=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #370464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370464 is #C8FB9B. Grayscale: #1D1D1D. Windows color (decimal): -13171612 or 6554679. OLE color: 6554679.

HSL color Cylindrical-coordinate representation of color #370464: hue angle of 271.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370464 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB554100-
CMYK0.450.9600.61
HSL271.88º92.31%20.39%-
HSV(B)271.88º96%39.22%-
XYZ3.921.8212.2-
YUV30.19167.4145.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 100 (39.45% from 255) = 62.89%
R=34.59%
G=2.52%
B=62.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5541000.450.9600.61271.8892.3120.39
Hex374642D6003D1105c14
Octal6741445514007542013424
Binary110111100110010010110111000000111101100010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370464; }

 p { color: rgb(55,4,100); }

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

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

 a { background-color: rgb(55,4,100); }

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

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

 span { border-color: rgb(55,4,100); }

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