#3A1FAE

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

Shades of Blue Gem #3A1FAE

Tints of Blue Gem #3A1FAE

Color information

#3A1FAE (or 0x3A1FAE) is unknown color: approx Blue Gem. HEX triplet: 3A, 1F and AE. RGB value is (58,31,174). Sum of RGB (Red+Green+Blue) = 58+31+174=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1FAE is #C5E051. Grayscale: #363636. Windows color (decimal): -12968018 or 11411258. OLE color: 11411258.

HSL color Cylindrical-coordinate representation of color #3A1FAE: hue angle of 251.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1FAE is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5831174-
CMYK0.670.8200.32
HSL251.33º69.76%40.2%-
HSV(B)251.33º82.18%68.24%-
XYZ9.874.9440.48-
YUV55.38194.95129.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=22.05%
G=11.79%
B=66.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58311740.670.8200.32251.3369.7640.2
Hex3A1FAE4352020fb4628
Octal723725610312204037310650
Binary1110101111110101110100001110100100100000111110111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,31,174); }

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

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

 a { background-color: rgb(58,31,174); }

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

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

 span { border-color: rgb(58,31,174); }

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