#3688AE

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

Shades of Boston Blue #3688AE

Tints of Boston Blue #3688AE

Color information

#3688AE (or 0x3688AE) is unknown color: approx Boston Blue. HEX triplet: 36, 88 and AE. RGB value is (54,136,174). Sum of RGB (Red+Green+Blue) = 54+136+174=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #3688AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3688AE is #C97751. Grayscale: #737373. Windows color (decimal): -13203282 or 11438134. OLE color: 11438134.

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

Color convert

RGB54136174-
CMYK0.690.2200.32
HSL199º52.63%44.71%-
HSV(B)199º68.97%68.24%-
XYZ17.9721.4543.24-
YUV115.81160.8383.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.84%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=14.84%
G=37.36%
B=47.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541361740.690.2200.3219952.6344.71
Hex3688AE4516020c7352d
Octal66210256105260403076555
Binary1101101000100010101110100010110110010000011000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3688AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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