#37065A

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

Shades of Christalle #37065A

Tints of Christalle #37065A

Color information

#37065A (or 0x37065A) is unknown color: approx Christalle. HEX triplet: 37, 06 and 5A. RGB value is (55,6,90). Sum of RGB (Red+Green+Blue) = 55+6+90=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #37065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37065A is #C8F9A5. Grayscale: #1D1D1D. Windows color (decimal): -13171110 or 5899831. OLE color: 5899831.

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

Color convert

RGB55690-
CMYK0.390.9300.65
HSL275º87.5%18.82%-
HSV(B)275º93.33%35.29%-
XYZ3.491.689.81-
YUV30.23161.73145.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=36.42%
G=3.97%
B=59.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal556900.390.9300.6527587.518.82
Hex3765A275D0411135813
Octal67613247135010142313023
Binary1101111101011010100111101110101000001100010011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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