#37055C

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

Shades of Christalle #37055C

Tints of Christalle #37055C

Color information

#37055C (or 0x37055C) is unknown color: approx Christalle. HEX triplet: 37, 05 and 5C. RGB value is (55,5,92). Sum of RGB (Red+Green+Blue) = 55+5+92=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #37055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37055C is #C8FAA3. Grayscale: #1D1D1D. Windows color (decimal): -13171364 or 6030647. OLE color: 6030647.

HSL color Cylindrical-coordinate representation of color #37055C: hue angle of 274.48º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37055C is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB55592-
CMYK0.400.9500.64
HSL274.48º89.69%19.02%-
HSV(B)274.48º94.57%36.08%-
XYZ3.561.6910.26-
YUV29.87163.06145.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=36.18%
G=3.29%
B=60.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal555920.400.9500.64274.4889.6919.02
Hex3755C285F0401125a13
Octal67513450137010042213223
Binary1101111011011100101000101111101000000100010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37055C; }

 p { color: rgb(55,5,92); }

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

<style>
 a { background-color: #37055C; }

 a { background-color: rgb(55,5,92); }

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

<style>
 span { border-color: #37055C; }

 span { border-color: rgb(55,5,92); }

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