#3b31aa

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

Shades of Blue Gem #3B31AA

Tints of Blue Gem #3B31AA

Color information

#3B31AA (or 0x3B31AA) is unknown color: approx Blue Gem. HEX triplet: 3B, 31 and AA. RGB value is (59,49,170). Sum of RGB (Red+Green+Blue) = 59+49+170=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B31AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B31AA is #C4CE55. Grayscale: #414141. Windows color (decimal): -12897878 or 11153723. OLE color: 11153723.

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

Color convert

RGB5949170-
CMYK0.650.7100.33
HSL244.96º55.25%42.94%-
HSV(B)244.96º71.18%66.67%-
XYZ10.166.0338.66-
YUV65.78186.81123.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=21.22%
G=17.63%
B=61.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59491700.650.7100.33244.9655.2542.94
Hex3B31AA4147021f5372b
Octal73612521011070413656753
Binary1110111100011010101010000011000111010000111110101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b31aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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