#3696AE

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

Shades of Boston Blue #3696AE

Tints of Boston Blue #3696AE

Color information

#3696AE (or 0x3696AE) is unknown color: approx Boston Blue. HEX triplet: 36, 96 and AE. RGB value is (54,150,174). Sum of RGB (Red+Green+Blue) = 54+150+174=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #3696AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3696AE is #C96951. Grayscale: #7B7B7B. Windows color (decimal): -13199698 or 11441718. OLE color: 11441718.

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

Color convert

RGB54150174-
CMYK0.690.1400.32
HSL192º52.63%44.71%-
HSV(B)192º68.97%68.24%-
XYZ20.0725.6543.94-
YUV124.03156.278.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.29%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=14.29%
G=39.68%
B=46.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541501740.690.1400.3219252.6344.71
Hex3696AE45E020c0352d
Octal66226256105160403006555
Binary110110100101101010111010001011110010000011000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3696AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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