#3722AD

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

Shades of Blue Gem #3722AD

Tints of Blue Gem #3722AD

Color information

#3722AD (or 0x3722AD) is unknown color: approx Blue Gem. HEX triplet: 37, 22 and AD. RGB value is (55,34,173). Sum of RGB (Red+Green+Blue) = 55+34+173=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #3722AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3722AD is #C8DD52. Grayscale: #373737. Windows color (decimal): -13163859 or 11346487. OLE color: 11346487.

HSL color Cylindrical-coordinate representation of color #3722AD: hue angle of 249.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3722AD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5534173-
CMYK0.680.8000.32
HSL249.06º67.15%40.59%-
HSV(B)249.06º80.35%67.84%-
XYZ9.694.9739.98-
YUV56.12193.96127.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=20.99%
G=12.98%
B=66.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55341730.680.8000.32249.0667.1540.59
Hex3722AD4450020f94329
Octal674225510412004037110351
Binary11011110001010101101100010010100000100000111110011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3722AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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