#3588AE

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

Shades of Boston Blue #3588AE

Tints of Boston Blue #3588AE

Color information

#3588AE (or 0x3588AE) is unknown color: approx Boston Blue. HEX triplet: 35, 88 and AE. RGB value is (53,136,174). Sum of RGB (Red+Green+Blue) = 53+136+174=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #3588AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3588AE is #CA7751. Grayscale: #737373. Windows color (decimal): -13268818 or 11438133. OLE color: 11438133.

HSL color Cylindrical-coordinate representation of color #3588AE: hue angle of 198.84º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3588AE is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53136174-
CMYK0.700.2200.32
HSL198.84º53.3%44.51%-
HSV(B)198.84º69.54%68.24%-
XYZ17.9121.4243.24-
YUV115.5116183.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=14.60%
G=37.47%
B=47.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531361740.700.2200.32198.8453.344.51
Hex3588AE4616020c7352d
Octal65210256106260403076555
Binary1101011000100010101110100011010110010000011000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3588AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3588AE; }

 p { color: rgb(53,136,174); }

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

<style>
 a { background-color: #3588AE; }

 a { background-color: rgb(53,136,174); }

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

<style>
 span { border-color: #3588AE; }

 span { border-color: rgb(53,136,174); }

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