#3725AA

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

Shades of Blue Gem #3725AA

Tints of Blue Gem #3725AA

Color information

#3725AA (or 0x3725AA) is unknown color: approx Blue Gem. HEX triplet: 37, 25 and AA. RGB value is (55,37,170). Sum of RGB (Red+Green+Blue) = 55+37+170=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #3725AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3725AA is #C8DA55. Grayscale: #393939. Windows color (decimal): -13163094 or 11150647. OLE color: 11150647.

HSL color Cylindrical-coordinate representation of color #3725AA: hue angle of 248.12º 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 #3725AA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5537170-
CMYK0.680.7800.33
HSL248.12º64.25%40.59%-
HSV(B)248.12º78.24%66.67%-
XYZ9.495.0438.5-
YUV57.54191.46126.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 170 (66.80% from 255) = 64.89%
R=20.99%
G=14.12%
B=64.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55371700.680.7800.33248.1264.2540.59
Hex3725AA444E021f84029
Octal674525210411604137010051
Binary11011110010110101010100010010011100100001111110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3725AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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