#372062

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

Shades of Christalle #372062

Tints of Christalle #372062

Color information

#372062 (or 0x372062) is unknown color: approx Christalle. HEX triplet: 37, 20 and 62. RGB value is (55,32,98). Sum of RGB (Red+Green+Blue) = 55+32+98=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #372062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372062 is #C8DF9D. Grayscale: #2E2E2E. Windows color (decimal): -13164446 or 6430775. OLE color: 6430775.

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

Color convert

RGB553298-
CMYK0.440.6700.62
HSL260.91º50.77%25.49%-
HSV(B)260.91º67.35%38.43%-
XYZ4.32.7311.86-
YUV46.4157.12134.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=29.73%
G=17.30%
B=52.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5532980.440.6700.62260.9150.7725.49
Hex3720622C4303E1053319
Octal6740142541030764056331
Binary11011110000011000101011001000011011111010000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372062; }

 p { color: rgb(55,32,98); }

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

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

 a { background-color: rgb(55,32,98); }

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

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

 span { border-color: rgb(55,32,98); }

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