#37235F

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

Shades of Christalle #37235F

Tints of Christalle #37235F

Color information

#37235F (or 0x37235F) is unknown color: approx Christalle. HEX triplet: 37, 23 and 5F. RGB value is (55,35,95). Sum of RGB (Red+Green+Blue) = 55+35+95=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #37235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37235F is #C8DCA0. Grayscale: #2F2F2F. Windows color (decimal): -13163681 or 6234935. OLE color: 6234935.

HSL color Cylindrical-coordinate representation of color #37235F: hue angle of 260º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37235F is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB553595-
CMYK0.420.6300.63
HSL260º46.15%25.49%-
HSV(B)260º63.16%37.25%-
XYZ4.242.8411.15-
YUV47.82154.63133.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=29.73%
G=18.92%
B=51.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5535950.420.6300.6326046.1525.49
Hex37235F2A3F03F1042e19
Octal674313752770774045631
Binary1101111000111011111101010111111011111110000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37235F; }

 p { color: rgb(55,35,95); }

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

<style>
 a { background-color: #37235F; }

 a { background-color: rgb(55,35,95); }

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

<style>
 span { border-color: #37235F; }

 span { border-color: rgb(55,35,95); }

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