#378DB1

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

Shades of Boston Blue #378DB1

Tints of Boston Blue #378DB1

Color information

#378DB1 (or 0x378DB1) is unknown color: approx Boston Blue. HEX triplet: 37, 8D and B1. RGB value is (55,141,177). Sum of RGB (Red+Green+Blue) = 55+141+177=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #378DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DB1 is #C8724E. Grayscale: #777777. Windows color (decimal): -13136463 or 11636023. OLE color: 11636023.

HSL color Cylindrical-coordinate representation of color #378DB1: hue angle of 197.7º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378DB1 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55141177-
CMYK0.690.2000.31
HSL197.7º52.59%45.49%-
HSV(B)197.7º68.93%69.41%-
XYZ19.0423.0445.04-
YUV119.39160.5182.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.75%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=14.75%
G=37.80%
B=47.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551411770.690.2000.31197.752.5945.49
Hex378DB1451401Fc6352d
Octal67215261105240373066555
Binary110111100011011011000110001011010001111111000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,141,177); }

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

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

 a { background-color: rgb(55,141,177); }

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

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

 span { border-color: rgb(55,141,177); }

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