#3827AE

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

Shades of Blue Gem #3827AE

Tints of Blue Gem #3827AE

Color information

#3827AE (or 0x3827AE) is unknown color: approx Blue Gem. HEX triplet: 38, 27 and AE. RGB value is (56,39,174). Sum of RGB (Red+Green+Blue) = 56+39+174=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #3827AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3827AE is #C7D851. Grayscale: #3A3A3A. Windows color (decimal): -13097042 or 11413304. OLE color: 11413304.

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

Color convert

RGB5639174-
CMYK0.680.7800.32
HSL247.56º63.38%41.76%-
HSV(B)247.56º77.59%68.24%-
XYZ105.3540.55-
YUV59.47192.63125.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=20.82%
G=14.50%
B=64.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56391740.680.7800.32247.5663.3841.76
Hex3827AE444E020f83f2a
Octal70472561041160403707752
Binary1110001001111010111010001001001110010000011111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3827AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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