#3686AC

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

Shades of Boston Blue #3686AC

Tints of Boston Blue #3686AC

Color information

#3686AC (or 0x3686AC) is unknown color: approx Boston Blue. HEX triplet: 36, 86 and AC. RGB value is (54,134,172). Sum of RGB (Red+Green+Blue) = 54+134+172=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #3686AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3686AC is #C97953. Grayscale: #727272. Windows color (decimal): -13203796 or 11306550. OLE color: 11306550.

HSL color Cylindrical-coordinate representation of color #3686AC: hue angle of 199.32º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3686AC is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54134172-
CMYK0.690.2200.33
HSL199.32º52.21%44.31%-
HSV(B)199.32º68.6%67.45%-
XYZ17.4920.8142.13-
YUV114.41160.584.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=15%
G=37.22%
B=47.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541341720.690.2200.33199.3252.2144.31
Hex3686AC4516021c7342c
Octal66206254105260413076454
Binary1101101000011010101100100010110110010000111000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3686AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3686AC; }

 p { color: rgb(54,134,172); }

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

<style>
 a { background-color: #3686AC; }

 a { background-color: rgb(54,134,172); }

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

<style>
 span { border-color: #3686AC; }

 span { border-color: rgb(54,134,172); }

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