#37255A

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

Shades of Christalle #37255A

Tints of Christalle #37255A

Color information

#37255A (or 0x37255A) is unknown color: approx Christalle. HEX triplet: 37, 25 and 5A. RGB value is (55,37,90). Sum of RGB (Red+Green+Blue) = 55+37+90=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #37255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37255A is #C8DAA5. Grayscale: #303030. Windows color (decimal): -13163174 or 5907767. OLE color: 5907767.

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

Color convert

RGB553790-
CMYK0.390.5900.65
HSL260.38º41.73%24.9%-
HSV(B)260.38º58.89%35.29%-
XYZ4.082.8710.01-
YUV48.42151.46132.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=30.22%
G=20.33%
B=49.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5537900.390.5900.65260.3841.7324.9
Hex37255A273B0411042a19
Octal6745132477301014045231
Binary11011110010110110101001111110110100000110000010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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