#372260

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

Shades of Christalle #372260

Tints of Christalle #372260

Color information

#372260 (or 0x372260) is unknown color: approx Christalle. HEX triplet: 37, 22 and 60. RGB value is (55,34,96). Sum of RGB (Red+Green+Blue) = 55+34+96=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #372260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372260 is #C8DD9F. Grayscale: #2F2F2F. Windows color (decimal): -13163936 or 6300215. OLE color: 6300215.

HSL color Cylindrical-coordinate representation of color #372260: hue angle of 260.32º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372260 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB553496-
CMYK0.430.6500.62
HSL260.32º47.69%25.49%-
HSV(B)260.32º64.58%37.65%-
XYZ4.262.811.38-
YUV47.35155.46133.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=29.73%
G=18.38%
B=51.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5534960.430.6500.62260.3247.6925.49
Hex3722602B4103E1043019
Octal6742140531010764046031
Binary11011110001011000001010111000001011111010000010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372260; }

 p { color: rgb(55,34,96); }

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

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

 a { background-color: rgb(55,34,96); }

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

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

 span { border-color: rgb(55,34,96); }

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