#3A2896

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

Shades of Blue Gem #3A2896

Tints of Blue Gem #3A2896

Color information

#3A2896 (or 0x3A2896) is unknown color: approx Blue Gem. HEX triplet: 3A, 28 and 96. RGB value is (58,40,150). Sum of RGB (Red+Green+Blue) = 58+40+150=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2896 is #C5D769. Grayscale: #393939. Windows color (decimal): -12965738 or 9840698. OLE color: 9840698.

HSL color Cylindrical-coordinate representation of color #3A2896: hue angle of 249.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2896 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5840150-
CMYK0.610.7300.41
HSL249.82º57.89%37.25%-
HSV(B)249.82º73.33%58.82%-
XYZ8.014.6229.32-
YUV57.92179.96128.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=23.39%
G=16.13%
B=60.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58401500.610.7300.41249.8257.8937.25
Hex3A28963D49029fa3a25
Octal7250226751110513727245
Binary111010101000100101101111011001001010100111111010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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