#3A22B0

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

Shades of Blue Gem #3A22B0

Tints of Blue Gem #3A22B0

Color information

#3A22B0 (or 0x3A22B0) is unknown color: approx Blue Gem. HEX triplet: 3A, 22 and B0. RGB value is (58,34,176). Sum of RGB (Red+Green+Blue) = 58+34+176=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A22B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A22B0 is #C5DD4F. Grayscale: #383838. Windows color (decimal): -12967248 or 11543098. OLE color: 11543098.

HSL color Cylindrical-coordinate representation of color #3A22B0: hue angle of 250.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A22B0 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5834176-
CMYK0.670.8100.31
HSL250.14º67.62%41.18%-
HSV(B)250.14º80.68%69.02%-
XYZ10.155.1841.54-
YUV57.36194.95128.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.64%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 176 (69.14% from 255) = 65.67%
R=21.64%
G=12.69%
B=65.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58341760.670.8100.31250.1467.6241.18
Hex3A22B0435101Ffa4429
Octal724226010312103737210451
Binary1110101000101011000010000111010001011111111110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A22B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,34,176); }

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

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

 a { background-color: rgb(58,34,176); }

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

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

 span { border-color: rgb(58,34,176); }

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