#3A2596

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

Shades of Blue Gem #3A2596

Tints of Blue Gem #3A2596

Color information

#3A2596 (or 0x3A2596) is unknown color: approx Blue Gem. HEX triplet: 3A, 25 and 96. RGB value is (58,37,150). Sum of RGB (Red+Green+Blue) = 58+37+150=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2596 is #C5DA69. Grayscale: #373737. Windows color (decimal): -12966506 or 9839930. OLE color: 9839930.

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

Color convert

RGB5837150-
CMYK0.610.7500.41
HSL251.15º60.43%36.67%-
HSV(B)251.15º75.33%58.82%-
XYZ7.914.4229.29-
YUV56.16180.96129.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=23.67%
G=15.10%
B=61.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58371500.610.7500.41251.1560.4336.67
Hex3A25963D4B029fb3c25
Octal7245226751130513737445
Binary111010100101100101101111011001011010100111111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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