#378EAA

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

Shades of Boston Blue #378EAA

Tints of Boston Blue #378EAA

Color information

#378EAA (or 0x378EAA) is unknown color: approx Boston Blue. HEX triplet: 37, 8E and AA. RGB value is (55,142,170). Sum of RGB (Red+Green+Blue) = 55+142+170=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #378EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378EAA is #C87155. Grayscale: #767676. Windows color (decimal): -13136214 or 11177527. OLE color: 11177527.

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

Color convert

RGB55142170-
CMYK0.680.1600.33
HSL194.61º51.11%44.12%-
HSV(B)194.61º67.65%66.67%-
XYZ18.523.0641.51-
YUV119.18156.6882.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.99%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=14.99%
G=38.69%
B=46.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551421700.680.1600.33194.6151.1144.12
Hex378EAA4410021c3332c
Octal67216252104200413036354
Binary1101111000111010101010100010010000010000111000011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,142,170); }

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

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

 a { background-color: rgb(55,142,170); }

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

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

 span { border-color: rgb(55,142,170); }

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