#3827AA

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

Shades of Blue Gem #3827AA

Tints of Blue Gem #3827AA

Color information

#3827AA (or 0x3827AA) is unknown color: approx Blue Gem. HEX triplet: 38, 27 and AA. RGB value is (56,39,170). Sum of RGB (Red+Green+Blue) = 56+39+170=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #3827AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3827AA is #C7D855. Grayscale: #3A3A3A. Windows color (decimal): -13097046 or 11151160. OLE color: 11151160.

HSL color Cylindrical-coordinate representation of color #3827AA: hue angle of 247.79º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3827AA is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5639170-
CMYK0.670.7700.33
HSL247.79º62.68%40.98%-
HSV(B)247.79º77.06%66.67%-
XYZ9.615.1938.53-
YUV59.02190.63125.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 170 (66.80% from 255) = 64.15%
R=21.13%
G=14.72%
B=64.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56391700.670.7700.33247.7962.6840.98
Hex3827AA434D021f83f29
Octal70472521031150413707751
Binary1110001001111010101010000111001101010000111111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3827AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3827AA; }

 p { color: rgb(56,39,170); }

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

<style>
 a { background-color: #3827AA; }

 a { background-color: rgb(56,39,170); }

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

<style>
 span { border-color: #3827AA; }

 span { border-color: rgb(56,39,170); }

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