#3B2792

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

Shades of Blue Gem #3B2792

Tints of Blue Gem #3B2792

Color information

#3B2792 (or 0x3B2792) is unknown color: approx Blue Gem. HEX triplet: 3B, 27 and 92. RGB value is (59,39,146). Sum of RGB (Red+Green+Blue) = 59+39+146=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B2792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2792 is #C4D86D. Grayscale: #383838. Windows color (decimal): -12900462 or 9578299. OLE color: 9578299.

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

Color convert

RGB5939146-
CMYK0.600.7300.43
HSL251.21º57.84%36.27%-
HSV(B)251.21º73.29%57.25%-
XYZ7.724.4627.65-
YUV57.18178.13129.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=24.18%
G=15.98%
B=59.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59391460.600.7300.43251.2157.8436.27
Hex3B27923C4902Bfb3a24
Octal7347222741110533737244
Binary111011100111100100101111001001001010101111111011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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