#370360

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

Shades of Christalle #370360

Tints of Christalle #370360

Color information

#370360 (or 0x370360) is unknown color: approx Christalle. HEX triplet: 37, 03 and 60. RGB value is (55,3,96). Sum of RGB (Red+Green+Blue) = 55+3+96=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #370360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370360 is #C8FC9F. Grayscale: #1C1C1C. Windows color (decimal): -13171872 or 6292279. OLE color: 6292279.

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

Color convert

RGB55396-
CMYK0.430.9700.62
HSL273.55º93.94%19.41%-
HSV(B)273.55º96.88%37.65%-
XYZ3.721.7211.2-
YUV29.15165.73146.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=35.71%
G=1.95%
B=62.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal553960.430.9700.62273.5593.9419.41
Hex373602B6103E1125e13
Octal6731405314107642213623
Binary11011111110000010101111000010111110100010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370360; }

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

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

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

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

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

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

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

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