#3925AA

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

Shades of Blue Gem #3925AA

Tints of Blue Gem #3925AA

Color information

#3925AA (or 0x3925AA) is unknown color: approx Blue Gem. HEX triplet: 39, 25 and AA. RGB value is (57,37,170). Sum of RGB (Red+Green+Blue) = 57+37+170=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #3925AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3925AA is #C6DA55. Grayscale: #393939. Windows color (decimal): -13032022 or 11150649. OLE color: 11150649.

HSL color Cylindrical-coordinate representation of color #3925AA: hue angle of 249.02º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3925AA is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5737170-
CMYK0.660.7800.33
HSL249.02º64.25%40.59%-
HSV(B)249.02º78.24%66.67%-
XYZ9.65.138.51-
YUV58.14191.13127.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=21.59%
G=14.02%
B=64.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57371700.660.7800.33249.0264.2540.59
Hex3925AA424E021f94029
Octal714525210211604137110051
Binary11100110010110101010100001010011100100001111110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3925AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3925AA; }

 p { color: rgb(57,37,170); }

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

<style>
 a { background-color: #3925AA; }

 a { background-color: rgb(57,37,170); }

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

<style>
 span { border-color: #3925AA; }

 span { border-color: rgb(57,37,170); }

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