#370363

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

Shades of Christalle #370363

Tints of Christalle #370363

Color information

#370363 (or 0x370363) is unknown color: approx Christalle. HEX triplet: 37, 03 and 63. RGB value is (55,3,99). Sum of RGB (Red+Green+Blue) = 55+3+99=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #370363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370363 is #C8FC9C. Grayscale: #1D1D1D. Windows color (decimal): -13171869 or 6488887. OLE color: 6488887.

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

Color convert

RGB55399-
CMYK0.440.9700.61
HSL272.5º94.12%20%-
HSV(B)272.5º96.97%38.82%-
XYZ3.861.7811.94-
YUV29.49167.23146.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=35.03%
G=1.91%
B=63.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal553990.440.9700.61272.594.1220
Hex373632C6103D1105e14
Octal6731435414107542013624
Binary11011111110001110110011000010111101100010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370363; }

 p { color: rgb(55,3,99); }

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

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

 a { background-color: rgb(55,3,99); }

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

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

 span { border-color: rgb(55,3,99); }

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