#370D56

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

Shades of Christalle #370D56

Tints of Christalle #370D56

Color information

#370D56 (or 0x370D56) is unknown color: approx Christalle. HEX triplet: 37, 0D and 56. RGB value is (55,13,86). Sum of RGB (Red+Green+Blue) = 55+13+86=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #370D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D56 is #C8F2A9. Grayscale: #212121. Windows color (decimal): -13169322 or 5639479. OLE color: 5639479.

HSL color Cylindrical-coordinate representation of color #370D56: hue angle of 274.52º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370D56 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB551386-
CMYK0.360.8500.66
HSL274.52º73.74%19.41%-
HSV(B)274.52º84.88%33.73%-
XYZ3.41.778.97-
YUV33.88157.41143.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=35.71%
G=8.44%
B=55.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5513860.360.8500.66274.5273.7419.41
Hex37D5624550421134a13
Octal671512644125010242311223
Binary11011111011010110100100101010101000010100010011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370D56; }

 p { color: rgb(55,13,86); }

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

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

 a { background-color: rgb(55,13,86); }

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

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

 span { border-color: rgb(55,13,86); }

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