#3B2B9E

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

Shades of Blue Gem #3B2B9E

Tints of Blue Gem #3B2B9E

Color information

#3B2B9E (or 0x3B2B9E) is unknown color: approx Blue Gem. HEX triplet: 3B, 2B and 9E. RGB value is (59,43,158). Sum of RGB (Red+Green+Blue) = 59+43+158=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B2B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2B9E is #C4D461. Grayscale: #3C3C3C. Windows color (decimal): -12899426 or 10365755. OLE color: 10365755.

HSL color Cylindrical-coordinate representation of color #3B2B9E: hue angle of 248.35º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2B9E is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5943158-
CMYK0.630.7300.38
HSL248.35º57.21%39.41%-
HSV(B)248.35º72.78%61.96%-
XYZ8.845.1332.87-
YUV60.89182.8126.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=22.69%
G=16.54%
B=60.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59431580.630.7300.38248.3557.2139.41
Hex3B2B9E3F49026f83927
Octal7353236771110463707147
Binary111011101011100111101111111001001010011011111000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,43,158); }

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

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

 a { background-color: rgb(59,43,158); }

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

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

 span { border-color: rgb(59,43,158); }

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