#387FA5

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

Shades of Boston Blue #387FA5

Tints of Boston Blue #387FA5

Color information

#387FA5 (or 0x387FA5) is unknown color: approx Boston Blue. HEX triplet: 38, 7F and A5. RGB value is (56,127,165). Sum of RGB (Red+Green+Blue) = 56+127+165=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #387FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FA5 is #C7805A. Grayscale: #6D6D6D. Windows color (decimal): -13074523 or 10846008. OLE color: 10846008.

HSL color Cylindrical-coordinate representation of color #387FA5: hue angle of 200.92º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #387FA5 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56127165-
CMYK0.660.2300.35
HSL200.92º49.32%43.33%-
HSV(B)200.92º66.06%64.71%-
XYZ16.0118.7438.37-
YUV110.1158.9889.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=16.09%
G=36.49%
B=47.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561271650.660.2300.35200.9249.3243.33
Hex387FA54217023c9312b
Octal70177245102270433116153
Binary111000111111110100101100001010111010001111001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387FA5; }

 p { color: rgb(56,127,165); }

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

<style>
 a { background-color: #387FA5; }

 a { background-color: rgb(56,127,165); }

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

<style>
 span { border-color: #387FA5; }

 span { border-color: rgb(56,127,165); }

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