#3B2495

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

Shades of Blue Gem #3B2495

Tints of Blue Gem #3B2495

Color information

#3B2495 (or 0x3B2495) is unknown color: approx Blue Gem. HEX triplet: 3B, 24 and 95. RGB value is (59,36,149). Sum of RGB (Red+Green+Blue) = 59+36+149=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2495 is #C4DB6A. Grayscale: #373737. Windows color (decimal): -12901227 or 9774139. OLE color: 9774139.

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

Color convert

RGB5936149-
CMYK0.600.7600.42
HSL252.21º61.08%36.27%-
HSV(B)252.21º75.84%58.43%-
XYZ7.864.3628.86-
YUV55.76180.62130.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=24.18%
G=14.75%
B=61.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59361490.600.7600.42252.2161.0836.27
Hex3B24953C4C02Afc3d24
Octal7344225741140523747544
Binary111011100100100101011111001001100010101011111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,149); }

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

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

 a { background-color: rgb(59,36,149); }

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

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

 span { border-color: rgb(59,36,149); }

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