#3821AE

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

Shades of Blue Gem #3821AE

Tints of Blue Gem #3821AE

Color information

#3821AE (or 0x3821AE) is unknown color: approx Blue Gem. HEX triplet: 38, 21 and AE. RGB value is (56,33,174). Sum of RGB (Red+Green+Blue) = 56+33+174=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3821AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3821AE is #C7DE51. Grayscale: #373737. Windows color (decimal): -13098578 or 11411768. OLE color: 11411768.

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

Color convert

RGB5633174-
CMYK0.680.8100.32
HSL249.79º68.12%40.59%-
HSV(B)249.79º81.03%68.24%-
XYZ9.814.9840.49-
YUV55.95194.62128.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=21.29%
G=12.55%
B=66.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56331740.680.8100.32249.7968.1240.59
Hex3821AE4451020fa4429
Octal704125610412104037210451
Binary11100010000110101110100010010100010100000111110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3821AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3821AE; }

 p { color: rgb(56,33,174); }

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

<style>
 a { background-color: #3821AE; }

 a { background-color: rgb(56,33,174); }

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

<style>
 span { border-color: #3821AE; }

 span { border-color: rgb(56,33,174); }

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