#372069

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

Shades of Christalle #372069

Tints of Christalle #372069

Color information

#372069 (or 0x372069) is unknown color: approx Christalle. HEX triplet: 37, 20 and 69. RGB value is (55,32,105). Sum of RGB (Red+Green+Blue) = 55+32+105=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #372069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372069 is #C8DF96. Grayscale: #2E2E2E. Windows color (decimal): -13164439 or 6889527. OLE color: 6889527.

HSL color Cylindrical-coordinate representation of color #372069: hue angle of 258.9º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372069 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5532105-
CMYK0.480.7000.59
HSL258.9º53.28%26.86%-
HSV(B)258.9º69.52%41.18%-
XYZ4.642.8713.67-
YUV47.2160.62133.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=28.65%
G=16.67%
B=54.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55321050.480.7000.59258.953.2826.86
Hex372069304603B103351b
Octal6740151601060734036533
Binary11011110000011010011100001000110011101110000001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372069; }

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

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

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

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

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

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

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

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