#3A285E

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

Shades of Christalle #3A285E

Tints of Christalle #3A285E

Color information

#3A285E (or 0x3A285E) is unknown color: approx Christalle. HEX triplet: 3A, 28 and 5E. RGB value is (58,40,94). Sum of RGB (Red+Green+Blue) = 58+40+94=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A285E is #C5D7A1. Grayscale: #333333. Windows color (decimal): -12965794 or 6170682. OLE color: 6170682.

HSL color Cylindrical-coordinate representation of color #3A285E: hue angle of 260º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A285E is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB584094-
CMYK0.380.5700.63
HSL260º40.3%26.27%-
HSV(B)260º57.45%36.86%-
XYZ4.523.2310.97-
YUV51.54151.96132.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=30.21%
G=20.83%
B=48.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5840940.380.5700.6326040.326.27
Hex3A285E263903F104281a
Octal725013646710774045032
Binary1110101010001011110100110111001011111110000010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,94); }

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

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

 a { background-color: rgb(58,40,94); }

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

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

 span { border-color: rgb(58,40,94); }

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