#3B3AAB

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

Shades of Blue Gem #3B3AAB

Tints of Blue Gem #3B3AAB

Color information

#3B3AAB (or 0x3B3AAB) is unknown color: approx Blue Gem. HEX triplet: 3B, 3A and AB. RGB value is (59,58,171). Sum of RGB (Red+Green+Blue) = 59+58+171=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3AAB is #C4C554. Grayscale: #464646. Windows color (decimal): -12895573 or 11221563. OLE color: 11221563.

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

Color convert

RGB5958171-
CMYK0.650.6600.33
HSL240.53º49.34%44.9%-
HSV(B)240.53º66.08%67.06%-
XYZ10.676.939.3-
YUV71.18184.33119.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.49%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=20.49%
G=20.14%
B=59.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59581710.650.6600.33240.5349.3444.9
Hex3B3AAB4142021f1312d
Octal73722531011020413616155
Binary1110111110101010101110000011000010010000111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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