#3A22B3

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

Shades of Blue Gem #3A22B3

Tints of Blue Gem #3A22B3

Color information

#3A22B3 (or 0x3A22B3) is unknown color: approx Blue Gem. HEX triplet: 3A, 22 and B3. RGB value is (58,34,179). Sum of RGB (Red+Green+Blue) = 58+34+179=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 179 (70.31% from 255 or 66.05% from 271); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A22B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A22B3 is #C5DD4C. Grayscale: #393939. Windows color (decimal): -12967245 or 11739706. OLE color: 11739706.

HSL color Cylindrical-coordinate representation of color #3A22B3: hue angle of 249.93º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A22B3 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5834179-
CMYK0.680.8100.30
HSL249.93º68.08%41.76%-
HSV(B)249.93º81.01%70.2%-
XYZ10.455.343.12-
YUV57.71196.45128.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 179 (70.31% from 255) = 66.05%
R=21.40%
G=12.55%
B=66.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58341790.680.8100.30249.9368.0841.76
Hex3A22B3445101Efa442a
Octal724226310412103637210452
Binary1110101000101011001110001001010001011110111110101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A22B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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