#3820AD

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

Shades of Blue Gem #3820AD

Tints of Blue Gem #3820AD

Color information

#3820AD (or 0x3820AD) is unknown color: approx Blue Gem. HEX triplet: 38, 20 and AD. RGB value is (56,32,173). Sum of RGB (Red+Green+Blue) = 56+32+173=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3820AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3820AD is #C7DF52. Grayscale: #363636. Windows color (decimal): -13098835 or 11345976. OLE color: 11345976.

HSL color Cylindrical-coordinate representation of color #3820AD: hue angle of 250.21º 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 #3820AD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5632173-
CMYK0.680.8200.32
HSL250.21º68.78%40.2%-
HSV(B)250.21º81.5%67.84%-
XYZ9.694.8939.97-
YUV55.25194.45128.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 173 (67.97% from 255) = 66.28%
R=21.46%
G=12.26%
B=66.28%

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
Decimal56321730.680.8200.32250.2168.7840.2
Hex3820AD4452020fa4528
Octal704025510412204037210550
Binary11100010000010101101100010010100100100000111110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3820AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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