#3B2EAE

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

Shades of Blue Gem #3B2EAE

Tints of Blue Gem #3B2EAE

Color information

#3B2EAE (or 0x3B2EAE) is unknown color: approx Blue Gem. HEX triplet: 3B, 2E and AE. RGB value is (59,46,174). Sum of RGB (Red+Green+Blue) = 59+46+174=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B2EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2EAE is #C4D151. Grayscale: #3F3F3F. Windows color (decimal): -12898642 or 11415099. OLE color: 11415099.

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

Color convert

RGB5946174-
CMYK0.660.7400.32
HSL246.09º58.18%43.14%-
HSV(B)246.09º73.56%68.24%-
XYZ10.425.9440.64-
YUV64.48189.81124.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=21.15%
G=16.49%
B=62.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59461740.660.7400.32246.0958.1843.14
Hex3B2EAE424A020f63a2b
Octal73562561021120403667253
Binary1110111011101010111010000101001010010000011110110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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