#3A2664

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

Shades of Christalle #3A2664

Tints of Christalle #3A2664

Color information

#3A2664 (or 0x3A2664) is unknown color: approx Christalle. HEX triplet: 3A, 26 and 64. RGB value is (58,38,100). Sum of RGB (Red+Green+Blue) = 58+38+100=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A2664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2664 is #C5D99B. Grayscale: #323232. Windows color (decimal): -12966300 or 6563386. OLE color: 6563386.

HSL color Cylindrical-coordinate representation of color #3A2664: hue angle of 259.35º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2664 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5838100-
CMYK0.420.6200.61
HSL259.35º44.93%27.06%-
HSV(B)259.35º62%39.22%-
XYZ4.743.2112.43-
YUV51.05155.63132.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 100 (39.45% from 255) = 51.02%
R=29.59%
G=19.39%
B=51.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58381000.420.6200.61259.3544.9327.06
Hex3A26642A3E03D1032d1b
Octal724614452760754035533
Binary1110101001101100100101010111110011110110000001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,100); }

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

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

 a { background-color: rgb(58,38,100); }

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

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

 span { border-color: rgb(58,38,100); }

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