#3b90ae

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

Shades of Boston Blue #3B90AE

Tints of Boston Blue #3B90AE

Color information

#3B90AE (or 0x3B90AE) is unknown color: approx Boston Blue. HEX triplet: 3B, 90 and AE. RGB value is (59,144,174). Sum of RGB (Red+Green+Blue) = 59+144+174=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B90AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B90AE is #C46F51. Grayscale: #797979. Windows color (decimal): -12873554 or 11440187. OLE color: 11440187.

HSL color Cylindrical-coordinate representation of color #3B90AE: hue angle of 195.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B90AE is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB59144174-
CMYK0.660.1700.32
HSL195.65º49.36%45.69%-
HSV(B)195.65º66.09%68.24%-
XYZ19.4223.9343.64-
YUV122157.3483.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=15.65%
G=38.20%
B=46.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591441740.660.1700.32195.6549.3645.69
Hex3B90AE4211020c4312e
Octal73220256102210403046156
Binary1110111001000010101110100001010001010000011000100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b90ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,144,174); }

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

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

 a { background-color: rgb(59,144,174); }

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

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

 span { border-color: rgb(59,144,174); }

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