#3592AD

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

Shades of Boston Blue #3592AD

Tints of Boston Blue #3592AD

Color information

#3592AD (or 0x3592AD) is unknown color: approx Boston Blue. HEX triplet: 35, 92 and AD. RGB value is (53,146,173). Sum of RGB (Red+Green+Blue) = 53+146+173=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #3592AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3592AD is #CA6D52. Grayscale: #797979. Windows color (decimal): -13266259 or 11375157. OLE color: 11375157.

HSL color Cylindrical-coordinate representation of color #3592AD: hue angle of 193.5º 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 #3592AD is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53146173-
CMYK0.690.1600.32
HSL193.5º53.1%44.31%-
HSV(B)193.5º69.36%67.84%-
XYZ19.2924.3343.21-
YUV121.27157.1979.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=14.25%
G=39.25%
B=46.51%

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
Decimal531461730.690.1600.32193.553.144.31
Hex3592AD4510020c2352c
Octal65222255105200403026554
Binary1101011001001010101101100010110000010000011000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3592AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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