#370859

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

Shades of Christalle #370859

Tints of Christalle #370859

Color information

#370859 (or 0x370859) is unknown color: approx Christalle. HEX triplet: 37, 08 and 59. RGB value is (55,8,89). Sum of RGB (Red+Green+Blue) = 55+8+89=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #370859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370859 is #C8F7A6. Grayscale: #1F1F1F. Windows color (decimal): -13170599 or 5834807. OLE color: 5834807.

HSL color Cylindrical-coordinate representation of color #370859: hue angle of 274.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370859 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB55889-
CMYK0.380.9100.65
HSL274.81º83.51%19.02%-
HSV(B)274.81º91.01%34.9%-
XYZ3.471.719.6-
YUV31.29160.57144.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=36.18%
G=5.26%
B=58.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal558890.380.9100.65274.8183.5119.02
Hex37859265B0411135413
Octal671013146133010142312423
Binary11011110001011001100110101101101000001100010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370859; }

 p { color: rgb(55,8,89); }

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

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

 a { background-color: rgb(55,8,89); }

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

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

 span { border-color: rgb(55,8,89); }

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