#3895AB

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

Shades of Boston Blue #3895AB

Tints of Boston Blue #3895AB

Color information

#3895AB (or 0x3895AB) is unknown color: approx Boston Blue. HEX triplet: 38, 95 and AB. RGB value is (56,149,171). Sum of RGB (Red+Green+Blue) = 56+149+171=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #3895AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3895AB is #C76A54. Grayscale: #7B7B7B. Windows color (decimal): -13068885 or 11244856. OLE color: 11244856.

HSL color Cylindrical-coordinate representation of color #3895AB: hue angle of 191.48º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3895AB is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56149171-
CMYK0.670.1300.33
HSL191.48º50.66%44.51%-
HSV(B)191.48º67.25%67.06%-
XYZ19.7325.2842.37-
YUV123.7154.6979.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.89%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=14.89%
G=39.63%
B=45.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561491710.670.1300.33191.4850.6644.51
Hex3895AB43D021bf332d
Octal70225253103150412776355
Binary111000100101011010101110000111101010000110111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3895AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3895AB; }

 p { color: rgb(56,149,171); }

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

<style>
 a { background-color: #3895AB; }

 a { background-color: rgb(56,149,171); }

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

<style>
 span { border-color: #3895AB; }

 span { border-color: rgb(56,149,171); }

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