#3B2BAE

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

Shades of Blue Gem #3B2BAE

Tints of Blue Gem #3B2BAE

Color information

#3B2BAE (or 0x3B2BAE) is unknown color: approx Blue Gem. HEX triplet: 3B, 2B and AE. RGB value is (59,43,174). Sum of RGB (Red+Green+Blue) = 59+43+174=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2BAE is #C4D451. Grayscale: #3E3E3E. Windows color (decimal): -12899410 or 11414331. OLE color: 11414331.

HSL color Cylindrical-coordinate representation of color #3B2BAE: hue angle of 247.33º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2BAE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5943174-
CMYK0.660.7500.32
HSL247.33º60.37%42.55%-
HSV(B)247.33º75.29%68.24%-
XYZ10.315.7140.6-
YUV62.72190.8125.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 174 (68.36% from 255) = 63.04%
R=21.38%
G=15.58%
B=63.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59431740.660.7500.32247.3360.3742.55
Hex3B2BAE424B020f73c2b
Octal73532561021130403677453
Binary1110111010111010111010000101001011010000011110111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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