#3A26AA

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

Shades of Blue Gem #3A26AA

Tints of Blue Gem #3A26AA

Color information

#3A26AA (or 0x3A26AA) is unknown color: approx Blue Gem. HEX triplet: 3A, 26 and AA. RGB value is (58,38,170). Sum of RGB (Red+Green+Blue) = 58+38+170=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A26AA is #C5D955. Grayscale: #3A3A3A. Windows color (decimal): -12966230 or 11150906. OLE color: 11150906.

HSL color Cylindrical-coordinate representation of color #3A26AA: hue angle of 249.09º 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 #3A26AA is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5838170-
CMYK0.660.7800.33
HSL249.09º63.46%40.78%-
HSV(B)249.09º77.65%66.67%-
XYZ9.695.1938.52-
YUV59.03190.63127.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 170 (66.80% from 255) = 63.91%
R=21.80%
G=14.29%
B=63.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58381700.660.7800.33249.0963.4640.78
Hex3A26AA424E021f93f29
Octal72462521021160413717751
Binary1110101001101010101010000101001110010000111111001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A26AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A26AA; }

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

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

<style>
 a { background-color: #3A26AA; }

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

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

<style>
 span { border-color: #3A26AA; }

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

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