#3A37AB

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

Shades of Blue Gem #3A37AB

Tints of Blue Gem #3A37AB

Color information

#3A37AB (or 0x3A37AB) is unknown color: approx Blue Gem. HEX triplet: 3A, 37 and AB. RGB value is (58,55,171). Sum of RGB (Red+Green+Blue) = 58+55+171=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A37AB is #C5C854. Grayscale: #444444. Windows color (decimal): -12961877 or 11220794. OLE color: 11220794.

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

Color convert

RGB5855171-
CMYK0.660.6800.33
HSL241.55º51.33%44.31%-
HSV(B)241.55º67.84%67.06%-
XYZ10.466.5739.25-
YUV69.12185.49120.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=20.42%
G=19.37%
B=60.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58551710.660.6800.33241.5551.3344.31
Hex3A37AB4244021f2332c
Octal72672531021040413626354
Binary1110101101111010101110000101000100010000111110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,171); }

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

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

 a { background-color: rgb(58,55,171); }

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

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

 span { border-color: rgb(58,55,171); }

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