#37045A

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

Shades of Christalle #37045A

Tints of Christalle #37045A

Color information

#37045A (or 0x37045A) is unknown color: approx Christalle. HEX triplet: 37, 04 and 5A. RGB value is (55,4,90). Sum of RGB (Red+Green+Blue) = 55+4+90=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #37045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37045A is #C8FBA5. Grayscale: #1C1C1C. Windows color (decimal): -13171622 or 5899319. OLE color: 5899319.

HSL color Cylindrical-coordinate representation of color #37045A: hue angle of 275.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37045A is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB55490-
CMYK0.390.9600.65
HSL275.58º91.49%18.43%-
HSV(B)275.58º95.56%35.29%-
XYZ3.461.649.81-
YUV29.05162.4146.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=36.91%
G=2.68%
B=60.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal554900.390.9600.65275.5891.4918.43
Hex3745A27600411145b12
Octal67413247140010142413322
Binary1101111001011010100111110000001000001100010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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