#3B31AC

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

Shades of Blue Gem #3B31AC

Tints of Blue Gem #3B31AC

Color information

#3B31AC (or 0x3B31AC) is unknown color: approx Blue Gem. HEX triplet: 3B, 31 and AC. RGB value is (59,49,172). Sum of RGB (Red+Green+Blue) = 59+49+172=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B31AC is #C4CE53. Grayscale: #414141. Windows color (decimal): -12897876 or 11284795. OLE color: 11284795.

HSL color Cylindrical-coordinate representation of color #3B31AC: hue angle of 244.88º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B31AC is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5949172-
CMYK0.660.7200.33
HSL244.88º55.66%43.33%-
HSV(B)244.88º71.51%67.45%-
XYZ10.356.139.66-
YUV66.01187.81123-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 172 (67.58% from 255) = 61.43%
R=21.07%
G=17.5%
B=61.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59491720.660.7200.33244.8855.6643.33
Hex3B31AC4248021f5382b
Octal73612541021100413657053
Binary1110111100011010110010000101001000010000111110101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B31AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,172); }

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

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

 a { background-color: rgb(59,49,172); }

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

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

 span { border-color: rgb(59,49,172); }

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