#3491AF

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

Shades of Boston Blue #3491AF

Tints of Boston Blue #3491AF

Color information

#3491AF (or 0x3491AF) is unknown color: approx Boston Blue. HEX triplet: 34, 91 and AF. RGB value is (52,145,175). Sum of RGB (Red+Green+Blue) = 52+145+175=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #3491AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3491AF is #CB6E50. Grayscale: #787878. Windows color (decimal): -13332049 or 11505972. OLE color: 11505972.

HSL color Cylindrical-coordinate representation of color #3491AF: hue angle of 194.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3491AF is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52145175-
CMYK0.700.1700.31
HSL194.63º54.19%44.51%-
HSV(B)194.63º70.29%68.63%-
XYZ19.2824.0844.19-
YUV120.61158.6979.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=13.98%
G=38.98%
B=47.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521451750.700.1700.31194.6354.1944.51
Hex3491AF461101Fc3362d
Octal64221257106210373036655
Binary110100100100011010111110001101000101111111000011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3491AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3491AF; }

 p { color: rgb(52,145,175); }

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

<style>
 a { background-color: #3491AF; }

 a { background-color: rgb(52,145,175); }

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

<style>
 span { border-color: #3491AF; }

 span { border-color: rgb(52,145,175); }

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