#3B3AAC

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

Shades of Blue Gem #3B3AAC

Tints of Blue Gem #3B3AAC

Color information

#3B3AAC (or 0x3B3AAC) is unknown color: approx Blue Gem. HEX triplet: 3B, 3A and AC. RGB value is (59,58,172). Sum of RGB (Red+Green+Blue) = 59+58+172=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3AAC is #C4C553. Grayscale: #464646. Windows color (decimal): -12895572 or 11287099. OLE color: 11287099.

HSL color Cylindrical-coordinate representation of color #3B3AAC: hue angle of 240.53º degrees, saturation: 0.5, 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 #3B3AAC is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5958172-
CMYK0.660.6600.33
HSL240.53º49.57%45.1%-
HSV(B)240.53º66.28%67.45%-
XYZ10.766.9339.8-
YUV71.3184.83119.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 172 (67.58% from 255) = 59.52%
R=20.42%
G=20.07%
B=59.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59581720.660.6600.33240.5349.5745.1
Hex3B3AAC4242021f1322d
Octal73722541021020413616255
Binary1110111110101010110010000101000010010000111110001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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