#378BA9

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

Shades of Boston Blue #378BA9

Tints of Boston Blue #378BA9

Color information

#378BA9 (or 0x378BA9) is unknown color: approx Boston Blue. HEX triplet: 37, 8B and A9. RGB value is (55,139,169). Sum of RGB (Red+Green+Blue) = 55+139+169=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #378BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BA9 is #C87456. Grayscale: #757575. Windows color (decimal): -13136983 or 11111223. OLE color: 11111223.

HSL color Cylindrical-coordinate representation of color #378BA9: hue angle of 195.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #378BA9 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB55139169-
CMYK0.670.1800.34
HSL195.79º50.89%43.92%-
HSV(B)195.79º67.46%66.27%-
XYZ17.9722.1440.86-
YUV117.3157.1783.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.15%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=15.15%
G=38.29%
B=46.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551391690.670.1800.34195.7950.8943.92
Hex378BA94312022c4332c
Octal67213251103220423046354
Binary1101111000101110101001100001110010010001011000100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378BA9; }

 p { color: rgb(55,139,169); }

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

<style>
 a { background-color: #378BA9; }

 a { background-color: rgb(55,139,169); }

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

<style>
 span { border-color: #378BA9; }

 span { border-color: rgb(55,139,169); }

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