#3B2292

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

Shades of Blue Gem #3B2292

Tints of Blue Gem #3B2292

Color information

#3B2292 (or 0x3B2292) is unknown color: approx Blue Gem. HEX triplet: 3B, 22 and 92. RGB value is (59,34,146). Sum of RGB (Red+Green+Blue) = 59+34+146=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2292 is #C4DD6D. Grayscale: #353535. Windows color (decimal): -12901742 or 9577019. OLE color: 9577019.

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

Color convert

RGB5934146-
CMYK0.600.7700.43
HSL253.39º62.22%35.29%-
HSV(B)253.39º76.71%57.25%-
XYZ7.564.1527.6-
YUV54.24179.78131.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 146 (57.42% from 255) = 61.09%
R=24.69%
G=14.23%
B=61.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59341460.600.7700.43253.3962.2235.29
Hex3B22923C4D02Bfd3e23
Octal7342222741150533757643
Binary111011100010100100101111001001101010101111111101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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