#3A229B

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

Shades of Blue Gem #3A229B

Tints of Blue Gem #3A229B

Color information

#3A229B (or 0x3A229B) is unknown color: approx Blue Gem. HEX triplet: 3A, 22 and 9B. RGB value is (58,34,155). Sum of RGB (Red+Green+Blue) = 58+34+155=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A229B is #C5DD64. Grayscale: #363636. Windows color (decimal): -12967269 or 10166842. OLE color: 10166842.

HSL color Cylindrical-coordinate representation of color #3A229B: hue angle of 251.9º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A229B is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5834155-
CMYK0.630.7800.39
HSL251.9º64.02%37.06%-
HSV(B)251.9º78.06%60.78%-
XYZ8.234.4131.43-
YUV54.97184.45130.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=23.48%
G=13.77%
B=62.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58341550.630.7800.39251.964.0237.06
Hex3A229B3F4E027fc4025
Octal72422337711604737410045
Binary1110101000101001101111111110011100100111111111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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