#3A186B

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

Shades of Christalle #3A186B

Tints of Christalle #3A186B

Color information

#3A186B (or 0x3A186B) is unknown color: approx Christalle. HEX triplet: 3A, 18 and 6B. RGB value is (58,24,107). Sum of RGB (Red+Green+Blue) = 58+24+107=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A186B is #C5E794. Grayscale: #2B2B2B. Windows color (decimal): -12969877 or 7018554. OLE color: 7018554.

HSL color Cylindrical-coordinate representation of color #3A186B: hue angle of 264.58º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A186B is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5824107-
CMYK0.460.7800.58
HSL264.58º63.36%25.69%-
HSV(B)264.58º77.57%41.96%-
XYZ4.732.6114.17-
YUV43.63163.76138.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=30.69%
G=12.70%
B=56.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58241070.460.7800.58264.5863.3625.69
Hex3A186B2E4E03A1093f1a
Octal7230153561160724117732
Binary1110101100011010111011101001110011101010000100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A186B; }

 p { color: rgb(58,24,107); }

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

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

 a { background-color: rgb(58,24,107); }

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

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

 span { border-color: rgb(58,24,107); }

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