#3A2493

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

Shades of Blue Gem #3A2493

Tints of Blue Gem #3A2493

Color information

#3A2493 (or 0x3A2493) is unknown color: approx Blue Gem. HEX triplet: 3A, 24 and 93. RGB value is (58,36,147). Sum of RGB (Red+Green+Blue) = 58+36+147=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2493 is #C5DB6C. Grayscale: #363636. Windows color (decimal): -12966765 or 9643066. OLE color: 9643066.

HSL color Cylindrical-coordinate representation of color #3A2493: hue angle of 251.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2493 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5836147-
CMYK0.610.7600.42
HSL251.89º60.66%35.88%-
HSV(B)251.89º75.51%57.65%-
XYZ7.644.2728.02-
YUV55.23179.79129.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=24.07%
G=14.94%
B=61.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58361470.610.7600.42251.8960.6635.88
Hex3A24933D4C02Afc3d24
Octal7244223751140523747544
Binary111010100100100100111111011001100010101011111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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