#3820AC

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

Shades of Blue Gem #3820AC

Tints of Blue Gem #3820AC

Color information

#3820AC (or 0x3820AC) is unknown color: approx Blue Gem. HEX triplet: 38, 20 and AC. RGB value is (56,32,172). Sum of RGB (Red+Green+Blue) = 56+32+172=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #3820AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3820AC is #C7DF53. Grayscale: #363636. Windows color (decimal): -13098836 or 11280440. OLE color: 11280440.

HSL color Cylindrical-coordinate representation of color #3820AC: hue angle of 250.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3820AC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5632172-
CMYK0.670.8100.33
HSL250.29º68.63%40%-
HSV(B)250.29º81.4%67.45%-
XYZ9.594.8539.46-
YUV55.14193.95128.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 172 (67.58% from 255) = 66.15%
R=21.54%
G=12.31%
B=66.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56321720.670.8100.33250.2968.6340
Hex3820AC4351021fa4528
Octal704025410312104137210550
Binary11100010000010101100100001110100010100001111110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3820AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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