#372469

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

Shades of Christalle #372469

Tints of Christalle #372469

Color information

#372469 (or 0x372469) is unknown color: approx Christalle. HEX triplet: 37, 24 and 69. RGB value is (55,36,105). Sum of RGB (Red+Green+Blue) = 55+36+105=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #372469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372469 is #C8DB96. Grayscale: #313131. Windows color (decimal): -13163415 or 6890551. OLE color: 6890551.

HSL color Cylindrical-coordinate representation of color #372469: hue angle of 256.52º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372469 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5536105-
CMYK0.480.6600.59
HSL256.52º48.94%27.65%-
HSV(B)256.52º65.71%41.18%-
XYZ4.763.0913.71-
YUV49.55159.29131.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=28.06%
G=18.37%
B=53.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55361050.480.6600.59256.5248.9427.65
Hex372469304203B101311c
Octal6744151601020734016134
Binary11011110010011010011100001000010011101110000000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372469; }

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

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

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

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

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

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

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

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