#3A2299

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

Shades of Blue Gem #3A2299

Tints of Blue Gem #3A2299

Color information

#3A2299 (or 0x3A2299) is unknown color: approx Blue Gem. HEX triplet: 3A, 22 and 99. RGB value is (58,34,153). Sum of RGB (Red+Green+Blue) = 58+34+153=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2299 is #C5DD66. Grayscale: #363636. Windows color (decimal): -12967271 or 10035770. OLE color: 10035770.

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

Color convert

RGB5834153-
CMYK0.620.7800.4
HSL252.1º63.64%36.67%-
HSV(B)252.1º77.78%60%-
XYZ8.074.3430.55-
YUV54.74183.45130.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=23.67%
G=13.88%
B=62.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal58341530.620.7800.4252.163.6436.67
Hex3A22993E4E028fc4025
Octal72422317611605037410045
Binary1110101000101001100111111010011100101000111111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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