#3A34AA

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

Shades of Blue Gem #3A34AA

Tints of Blue Gem #3A34AA

Color information

#3A34AA (or 0x3A34AA) is unknown color: approx Blue Gem. HEX triplet: 3A, 34 and AA. RGB value is (58,52,170). Sum of RGB (Red+Green+Blue) = 58+52+170=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A34AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A34AA is #C5CB55. Grayscale: #424242. Windows color (decimal): -12962646 or 11154490. OLE color: 11154490.

HSL color Cylindrical-coordinate representation of color #3A34AA: hue angle of 243.05º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A34AA is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5852170-
CMYK0.660.6900.33
HSL243.05º53.15%43.53%-
HSV(B)243.05º69.41%66.67%-
XYZ10.236.2638.7-
YUV67.25185.99121.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=20.71%
G=18.57%
B=60.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58521700.660.6900.33243.0553.1543.53
Hex3A34AA4245021f3352c
Octal72642521021050413636554
Binary1110101101001010101010000101000101010000111110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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