#370D5A

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

Shades of Christalle #370D5A

Tints of Christalle #370D5A

Color information

#370D5A (or 0x370D5A) is unknown color: approx Christalle. HEX triplet: 37, 0D and 5A. RGB value is (55,13,90). Sum of RGB (Red+Green+Blue) = 55+13+90=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #370D5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D5A is #C8F2A5. Grayscale: #222222. Windows color (decimal): -13169318 or 5901623. OLE color: 5901623.

HSL color Cylindrical-coordinate representation of color #370D5A: hue angle of 272.73º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370D5A is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB551390-
CMYK0.390.8600.65
HSL272.73º74.76%20.2%-
HSV(B)272.73º85.56%35.29%-
XYZ3.561.849.84-
YUV34.34159.41142.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=34.81%
G=8.23%
B=56.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5513900.390.8600.65272.7374.7620.2
Hex37D5A27560411114b14
Octal671513247126010142111324
Binary11011111011011010100111101011001000001100010001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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