#370B5B

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

Shades of Christalle #370B5B

Tints of Christalle #370B5B

Color information

#370B5B (or 0x370B5B) is unknown color: approx Christalle. HEX triplet: 37, 0B and 5B. RGB value is (55,11,91). Sum of RGB (Red+Green+Blue) = 55+11+91=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #370B5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B5B is #C8F4A4. Grayscale: #212121. Windows color (decimal): -13169829 or 5966647. OLE color: 5966647.

HSL color Cylindrical-coordinate representation of color #370B5B: hue angle of 273º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370B5B is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB551191-
CMYK0.400.8800.64
HSL273º78.43%20%-
HSV(B)273º87.91%35.69%-
XYZ3.581.8110.06-
YUV33.28160.58143.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=35.03%
G=7.01%
B=57.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5511910.400.8800.6427378.4320
Hex37B5B28580401114e14
Octal671313350130010042111624
Binary11011110111011011101000101100001000000100010001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,11,91); }

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

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

 a { background-color: rgb(55,11,91); }

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

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

 span { border-color: rgb(55,11,91); }

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