#371A66

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

Shades of Christalle #371A66

Tints of Christalle #371A66

Color information

#371A66 (or 0x371A66) is unknown color: approx Christalle. HEX triplet: 37, 1A and 66. RGB value is (55,26,102). Sum of RGB (Red+Green+Blue) = 55+26+102=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #371A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A66 is #C8E599. Grayscale: #2B2B2B. Windows color (decimal): -13165978 or 6691383. OLE color: 6691383.

HSL color Cylindrical-coordinate representation of color #371A66: hue angle of 262.89º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371A66 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5526102-
CMYK0.460.7500.6
HSL262.89º59.38%25.1%-
HSV(B)262.89º74.51%40%-
XYZ4.342.5112.83-
YUV43.34161.11136.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=30.05%
G=14.21%
B=55.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55261020.460.7500.6262.8959.3825.1
Hex371A662E4B03C1073b19
Octal6732146561130744077331
Binary1101111101011001101011101001011011110010000011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371A66; }

 p { color: rgb(55,26,102); }

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

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

 a { background-color: rgb(55,26,102); }

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

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

 span { border-color: rgb(55,26,102); }

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