#3826AA

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

Shades of Blue Gem #3826AA

Tints of Blue Gem #3826AA

Color information

#3826AA (or 0x3826AA) is unknown color: approx Blue Gem. HEX triplet: 38, 26 and AA. RGB value is (56,38,170). Sum of RGB (Red+Green+Blue) = 56+38+170=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #3826AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3826AA is #C7D955. Grayscale: #393939. Windows color (decimal): -13097302 or 11150904. OLE color: 11150904.

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

Color convert

RGB5638170-
CMYK0.670.7800.33
HSL248.18º63.46%40.78%-
HSV(B)248.18º77.65%66.67%-
XYZ9.585.1338.52-
YUV58.43190.96126.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=21.21%
G=14.39%
B=64.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56381700.670.7800.33248.1863.4640.78
Hex3826AA434E021f83f29
Octal70462521031160413707751
Binary1110001001101010101010000111001110010000111111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3826AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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