#3A2491

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

Shades of Blue Gem #3A2491

Tints of Blue Gem #3A2491

Color information

#3A2491 (or 0x3A2491) is unknown color: approx Blue Gem. HEX triplet: 3A, 24 and 91. RGB value is (58,36,145). Sum of RGB (Red+Green+Blue) = 58+36+145=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A2491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2491 is #C5DB6E. Grayscale: #363636. Windows color (decimal): -12966767 or 9511994. OLE color: 9511994.

HSL color Cylindrical-coordinate representation of color #3A2491: hue angle of 252.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2491 is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5836145-
CMYK0.60.7500.43
HSL252.11º60.22%35.49%-
HSV(B)252.11º75.17%56.86%-
XYZ7.494.2127.21-
YUV55178.79130.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 145 (57.03% from 255) = 60.67%
R=24.27%
G=15.06%
B=60.67%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58361450.60.7500.43252.1160.2235.49
Hex3A24913C4B02Bfc3c23
Octal7244221741130533747443
Binary111010100100100100011111001001011010101111111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,145); }

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

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

 a { background-color: rgb(58,36,145); }

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

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

 span { border-color: rgb(58,36,145); }

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