#3894AE

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

Shades of Boston Blue #3894AE

Tints of Boston Blue #3894AE

Color information

#3894AE (or 0x3894AE) is unknown color: approx Boston Blue. HEX triplet: 38, 94 and AE. RGB value is (56,148,174). Sum of RGB (Red+Green+Blue) = 56+148+174=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 148 (58.20% from 255 or 39.15% 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 #3894AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3894AE is #C76B51. Grayscale: #7B7B7B. Windows color (decimal): -13069138 or 11441208. OLE color: 11441208.

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

Color convert

RGB56148174-
CMYK0.680.1500.32
HSL193.22º51.3%45.1%-
HSV(B)193.22º67.82%68.24%-
XYZ19.8625.0843.84-
YUV123.46156.5279.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.81%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=14.81%
G=39.15%
B=46.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561481740.680.1500.32193.2251.345.1
Hex3894AE44F020c1332d
Octal70224256104170403016355
Binary111000100101001010111010001001111010000011000001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3894AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,148,174); }

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

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

 a { background-color: rgb(56,148,174); }

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

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

 span { border-color: rgb(56,148,174); }

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