#378EB4

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

Shades of Boston Blue #378EB4

Tints of Boston Blue #378EB4

Color information

#378EB4 (or 0x378EB4) is unknown color: approx Boston Blue. HEX triplet: 37, 8E and B4. RGB value is (55,142,180). Sum of RGB (Red+Green+Blue) = 55+142+180=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #378EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EB4 is #C8714B. Grayscale: #787878. Windows color (decimal): -13136204 or 11832887. OLE color: 11832887.

HSL color Cylindrical-coordinate representation of color #378EB4: hue angle of 198.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378EB4 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55142180-
CMYK0.690.2100.29
HSL198.24º53.19%46.08%-
HSV(B)198.24º69.44%70.59%-
XYZ19.4923.4546.68-
YUV120.32161.6881.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.59%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=14.59%
G=37.67%
B=47.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551421800.690.2100.29198.2453.1946.08
Hex378EB4451501Dc6352e
Octal67216264105250353066556
Binary110111100011101011010010001011010101110111000110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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