#378BB1

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

Shades of Boston Blue #378BB1

Tints of Boston Blue #378BB1

Color information

#378BB1 (or 0x378BB1) is unknown color: approx Boston Blue. HEX triplet: 37, 8B and B1. RGB value is (55,139,177). Sum of RGB (Red+Green+Blue) = 55+139+177=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #378BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BB1 is #C8744E. Grayscale: #757575. Windows color (decimal): -13136975 or 11635511. OLE color: 11635511.

HSL color Cylindrical-coordinate representation of color #378BB1: hue angle of 198.69º 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 #378BB1 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55139177-
CMYK0.690.2100.31
HSL198.69º52.59%45.49%-
HSV(B)198.69º68.93%69.41%-
XYZ18.7422.4544.94-
YUV118.22161.1782.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=14.82%
G=37.47%
B=47.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551391770.690.2100.31198.6952.5945.49
Hex378BB1451501Fc7352d
Octal67213261105250373076555
Binary110111100010111011000110001011010101111111000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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