#3A285A

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

Shades of Christalle #3A285A

Tints of Christalle #3A285A

Color information

#3A285A (or 0x3A285A) is unknown color: approx Christalle. HEX triplet: 3A, 28 and 5A. RGB value is (58,40,90). Sum of RGB (Red+Green+Blue) = 58+40+90=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A285A is #C5D7A5. Grayscale: #323232. Windows color (decimal): -12965798 or 5908538. OLE color: 5908538.

HSL color Cylindrical-coordinate representation of color #3A285A: hue angle of 261.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A285A is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB584090-
CMYK0.360.5600.65
HSL261.6º38.46%25.49%-
HSV(B)261.6º55.56%35.29%-
XYZ4.353.1610.05-
YUV51.08149.96132.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=30.85%
G=21.28%
B=47.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5840900.360.5600.65261.638.4625.49
Hex3A285A24380411062619
Octal7250132447001014064631
Binary11101010100010110101001001110000100000110000011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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