#3892AF

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

Shades of Boston Blue #3892AF

Tints of Boston Blue #3892AF

Color information

#3892AF (or 0x3892AF) is unknown color: approx Boston Blue. HEX triplet: 38, 92 and AF. RGB value is (56,146,175). Sum of RGB (Red+Green+Blue) = 56+146+175=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #3892AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3892AF is #C76D50. Grayscale: #7A7A7A. Windows color (decimal): -13069649 or 11506232. OLE color: 11506232.

HSL color Cylindrical-coordinate representation of color #3892AF: hue angle of 194.62º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3892AF is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56146175-
CMYK0.680.1700.31
HSL194.62º51.52%45.29%-
HSV(B)194.62º68%68.63%-
XYZ19.6524.4944.25-
YUV122.4157.6880.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=14.85%
G=38.73%
B=46.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561461750.680.1700.31194.6251.5245.29
Hex3892AF441101Fc3342d
Octal70222257104210373036455
Binary111000100100101010111110001001000101111111000011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3892AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3892AF; }

 p { color: rgb(56,146,175); }

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

<style>
 a { background-color: #3892AF; }

 a { background-color: rgb(56,146,175); }

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

<style>
 span { border-color: #3892AF; }

 span { border-color: rgb(56,146,175); }

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