#3720AD

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

Shades of Blue Gem #3720AD

Tints of Blue Gem #3720AD

Color information

#3720AD (or 0x3720AD) is unknown color: approx Blue Gem. HEX triplet: 37, 20 and AD. RGB value is (55,32,173). Sum of RGB (Red+Green+Blue) = 55+32+173=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #3720AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3720AD is #C8DF52. Grayscale: #363636. Windows color (decimal): -13164371 or 11345975. OLE color: 11345975.

HSL color Cylindrical-coordinate representation of color #3720AD: hue angle of 249.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3720AD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5532173-
CMYK0.680.8200.32
HSL249.79º68.78%40.2%-
HSV(B)249.79º81.5%67.84%-
XYZ9.634.8639.97-
YUV54.95194.62128.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 173 (67.97% from 255) = 66.54%
R=21.15%
G=12.31%
B=66.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55321730.680.8200.32249.7968.7840.2
Hex3720AD4452020fa4528
Octal674025510412204037210550
Binary11011110000010101101100010010100100100000111110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3720AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3720AD; }

 p { color: rgb(55,32,173); }

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

<style>
 a { background-color: #3720AD; }

 a { background-color: rgb(55,32,173); }

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

<style>
 span { border-color: #3720AD; }

 span { border-color: rgb(55,32,173); }

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