#3A2597

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

Shades of Blue Gem #3A2597

Tints of Blue Gem #3A2597

Color information

#3A2597 (or 0x3A2597) is unknown color: approx Blue Gem. HEX triplet: 3A, 25 and 97. RGB value is (58,37,151). Sum of RGB (Red+Green+Blue) = 58+37+151=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A2597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2597 is #C5DA68. Grayscale: #373737. Windows color (decimal): -12966505 or 9905466. OLE color: 9905466.

HSL color Cylindrical-coordinate representation of color #3A2597: hue angle of 251.05º degrees, saturation: 0.61, 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 #3A2597 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5837151-
CMYK0.620.7500.41
HSL251.05º60.64%36.86%-
HSV(B)251.05º75.5%59.22%-
XYZ7.994.4629.72-
YUV56.27181.46129.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 151 (59.38% from 255) = 61.38%
R=23.58%
G=15.04%
B=61.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58371510.620.7500.41251.0560.6436.86
Hex3A25973E4B029fb3d25
Octal7245227761130513737545
Binary111010100101100101111111101001011010100111111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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