#3B2494

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

Shades of Blue Gem #3B2494

Tints of Blue Gem #3B2494

Color information

#3B2494 (or 0x3B2494) is unknown color: approx Blue Gem. HEX triplet: 3B, 24 and 94. RGB value is (59,36,148). Sum of RGB (Red+Green+Blue) = 59+36+148=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B2494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2494 is #C4DB6B. Grayscale: #373737. Windows color (decimal): -12901228 or 9708603. OLE color: 9708603.

HSL color Cylindrical-coordinate representation of color #3B2494: hue angle of 252.32º 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 #3B2494 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5936148-
CMYK0.600.7600.42
HSL252.32º60.87%36.08%-
HSV(B)252.32º75.68%58.04%-
XYZ7.784.3328.44-
YUV55.64180.12130.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 148 (58.20% from 255) = 60.91%
R=24.28%
G=14.81%
B=60.91%

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
Decimal59361480.600.7600.42252.3260.8736.08
Hex3B24943C4C02Afc3d24
Octal7344224741140523747544
Binary111011100100100101001111001001100010101011111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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