#378AAD

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

Shades of Boston Blue #378AAD

Tints of Boston Blue #378AAD

Color information

#378AAD (or 0x378AAD) is unknown color: approx Boston Blue. HEX triplet: 37, 8A and AD. RGB value is (55,138,173). Sum of RGB (Red+Green+Blue) = 55+138+173=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #378AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378AAD is #C87552. Grayscale: #747474. Windows color (decimal): -13137235 or 11373111. OLE color: 11373111.

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

Color convert

RGB55138173-
CMYK0.680.2000.32
HSL197.8º51.75%44.71%-
HSV(B)197.8º68.21%67.84%-
XYZ18.2122.0142.82-
YUV117.17159.583.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.03%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=15.03%
G=37.70%
B=47.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551381730.680.2000.32197.851.7544.71
Hex378AAD4414020c6342d
Octal67212255104240403066455
Binary1101111000101010101101100010010100010000011000110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,173); }

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

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

 a { background-color: rgb(55,138,173); }

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

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

 span { border-color: rgb(55,138,173); }

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