#3B2293

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

Shades of Blue Gem #3B2293

Tints of Blue Gem #3B2293

Color information

#3B2293 (or 0x3B2293) is unknown color: approx Blue Gem. HEX triplet: 3B, 22 and 93. RGB value is (59,34,147). Sum of RGB (Red+Green+Blue) = 59+34+147=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2293 is #C4DD6C. Grayscale: #353535. Windows color (decimal): -12901741 or 9642555. OLE color: 9642555.

HSL color Cylindrical-coordinate representation of color #3B2293: hue angle of 253.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B2293 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5934147-
CMYK0.600.7700.42
HSL253.27º62.43%35.49%-
HSV(B)253.27º76.87%57.65%-
XYZ7.644.1828.01-
YUV54.36180.28131.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=24.58%
G=14.17%
B=61.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59341470.600.7700.42253.2762.4335.49
Hex3B22933C4D02Afd3e23
Octal7342223741150523757643
Binary111011100010100100111111001001101010101011111101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,147); }

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

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

 a { background-color: rgb(59,34,147); }

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

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

 span { border-color: rgb(59,34,147); }

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