#372465

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

Shades of Christalle #372465

Tints of Christalle #372465

Color information

#372465 (or 0x372465) is unknown color: approx Christalle. HEX triplet: 37, 24 and 65. RGB value is (55,36,101). Sum of RGB (Red+Green+Blue) = 55+36+101=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #372465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372465 is #C8DB9A. Grayscale: #303030. Windows color (decimal): -13163419 or 6628407. OLE color: 6628407.

HSL color Cylindrical-coordinate representation of color #372465: hue angle of 257.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372465 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5536101-
CMYK0.460.6400.60
HSL257.54º47.45%26.86%-
HSV(B)257.54º64.36%39.61%-
XYZ4.563.0112.65-
YUV49.09157.29132.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=28.65%
G=18.75%
B=52.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55361010.460.6400.60257.5447.4526.86
Hex3724652E4003C1022f1b
Octal6744145561000744025733
Binary11011110010011001011011101000000011110010000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372465; }

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

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

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

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

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

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

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

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