#37145B

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

Shades of Christalle #37145B

Tints of Christalle #37145B

Color information

#37145B (or 0x37145B) is unknown color: approx Christalle. HEX triplet: 37, 14 and 5B. RGB value is (55,20,91). Sum of RGB (Red+Green+Blue) = 55+20+91=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #37145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37145B is #C8EBA4. Grayscale: #262626. Windows color (decimal): -13167525 or 5968951. OLE color: 5968951.

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

Color convert

RGB552091-
CMYK0.400.7800.64
HSL269.58º63.96%21.76%-
HSV(B)269.58º78.02%35.69%-
XYZ3.712.0710.1-
YUV38.56157.6139.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=33.13%
G=12.05%
B=54.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5520910.400.7800.64269.5863.9621.76
Hex37145B284E04010e4016
Octal672413350116010041610026
Binary110111101001011011101000100111001000000100001110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37145B; }

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

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

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

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

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

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

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

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