#3591AD

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

Shades of Boston Blue #3591AD

Tints of Boston Blue #3591AD

Color information

#3591AD (or 0x3591AD) is unknown color: approx Boston Blue. HEX triplet: 35, 91 and AD. RGB value is (53,145,173). Sum of RGB (Red+Green+Blue) = 53+145+173=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #3591AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3591AD is #CA6E52. Grayscale: #787878. Windows color (decimal): -13266515 or 11374901. OLE color: 11374901.

HSL color Cylindrical-coordinate representation of color #3591AD: hue angle of 194º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3591AD is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53145173-
CMYK0.690.1600.32
HSL194º53.1%44.31%-
HSV(B)194º69.36%67.84%-
XYZ19.1424.0243.16-
YUV120.68157.5279.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=14.29%
G=39.08%
B=46.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531451730.690.1600.3219453.144.31
Hex3591AD4510020c2352c
Octal65221255105200403026554
Binary1101011001000110101101100010110000010000011000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3591AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3591AD; }

 p { color: rgb(53,145,173); }

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

<style>
 a { background-color: #3591AD; }

 a { background-color: rgb(53,145,173); }

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

<style>
 span { border-color: #3591AD; }

 span { border-color: rgb(53,145,173); }

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