#37146A

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

Shades of Christalle #37146A

Tints of Christalle #37146A

Color information

#37146A (or 0x37146A) is unknown color: approx Christalle. HEX triplet: 37, 14 and 6A. RGB value is (55,20,106). Sum of RGB (Red+Green+Blue) = 55+20+106=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #37146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37146A is #C8EB95. Grayscale: #272727. Windows color (decimal): -13167510 or 6951991. OLE color: 6951991.

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

Color convert

RGB5520106-
CMYK0.480.8100.58
HSL264.42º68.25%24.71%-
HSV(B)264.42º81.13%41.57%-
XYZ4.432.3513.86-
YUV40.27165.1138.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 106 (41.80% from 255) = 58.56%
R=30.39%
G=11.05%
B=58.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55201060.480.8100.58264.4268.2524.71
Hex37146A305103A1084419
Octal67241526012107241010431
Binary11011110100110101011000010100010111010100001000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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