#37126A

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

Shades of Christalle #37126A

Tints of Christalle #37126A

Color information

#37126A (or 0x37126A) is unknown color: approx Christalle. HEX triplet: 37, 12 and 6A. RGB value is (55,18,106). Sum of RGB (Red+Green+Blue) = 55+18+106=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #37126A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37126A is #C8ED95. Grayscale: #262626. Windows color (decimal): -13168022 or 6951479. OLE color: 6951479.

HSL color Cylindrical-coordinate representation of color #37126A: hue angle of 265.23º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37126A is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5518106-
CMYK0.480.8300.58
HSL265.23º70.97%24.31%-
HSV(B)265.23º83.02%41.57%-
XYZ4.392.2913.85-
YUV39.1165.76139.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=30.73%
G=10.06%
B=59.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55181060.480.8300.58265.2370.9724.31
Hex37126A305303A1094718
Octal67221526012307241110730
Binary11011110010110101011000010100110111010100001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37126A; }

 p { color: rgb(55,18,106); }

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

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

 a { background-color: rgb(55,18,106); }

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

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

 span { border-color: rgb(55,18,106); }

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