#37255D

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

Shades of Christalle #37255D

Tints of Christalle #37255D

Color information

#37255D (or 0x37255D) is unknown color: approx Christalle. HEX triplet: 37, 25 and 5D. RGB value is (55,37,93). Sum of RGB (Red+Green+Blue) = 55+37+93=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #37255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37255D is #C8DAA2. Grayscale: #303030. Windows color (decimal): -13163171 or 6104375. OLE color: 6104375.

HSL color Cylindrical-coordinate representation of color #37255D: hue angle of 259.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37255D is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB553793-
CMYK0.410.6000.64
HSL259.29º43.08%25.49%-
HSV(B)259.29º60.22%36.47%-
XYZ4.212.9310.7-
YUV48.77152.96132.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=29.73%
G=20%
B=50.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5537930.410.6000.64259.2943.0825.49
Hex37255D293C0401032b19
Octal6745135517401004035331
Binary11011110010110111011010011111000100000010000001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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