#3A26A7

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

Shades of Blue Gem #3A26A7

Tints of Blue Gem #3A26A7

Color information

#3A26A7 (or 0x3A26A7) is unknown color: approx Blue Gem. HEX triplet: 3A, 26 and A7. RGB value is (58,38,167). Sum of RGB (Red+Green+Blue) = 58+38+167=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 167 (65.62% from 255 or 63.50% from 263); Max value from RGB is 167 - color contains mainly: blue. Hex color #3A26A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A26A7 is #C5D958. Grayscale: #3A3A3A. Windows color (decimal): -12966233 or 10954298. OLE color: 10954298.

HSL color Cylindrical-coordinate representation of color #3A26A7: hue angle of 249.3º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A26A7 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5838167-
CMYK0.650.7700.35
HSL249.3º62.93%40.2%-
HSV(B)249.3º77.25%65.49%-
XYZ9.415.0837.04-
YUV58.69189.13127.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 167 (65.62% from 255) = 63.50%
R=22.05%
G=14.45%
B=63.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58381670.650.7700.35249.362.9340.2
Hex3A26A7414D023f93f28
Octal72462471011150433717750
Binary1110101001101010011110000011001101010001111111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A26A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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