Html Css Color HEX #378BAD Boston Blue

📋 copy color: '#378BAD'

red 55 ◦ green 139 ◦ blue 173

#378BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #378BAD

Tints of Boston Blue #378BAD

RGB

 RED value IS 55 (21.88% from 255) = 14.99%

 GREEN value IS 139 (54.69% from 255) = 37.87%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 14.99%
G = 37.87%
B = 47.14%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#378BAD (or 0x378BAD) is known color: Boston Blue. HEX triplet: 37, 8B and AD. RGB value is (55,139,173). Sum of RGB (Red+Green+Blue) = 55+139+173=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #378BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BAD is #C87452. Grayscale: #757575. Windows color (decimal): -13136979 or 11373367. OLE color: 11373367.

HSL color Cylindrical-coordinate representation of color #378BAD: hue angle of 197.29º 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 #378BAD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 139 173 -
CMYK 0.68 0.20 0 0.32
HSL 197.29º 0.52% 0.45% -
HSV(B) 197.29º 0.68% 0.68% -
XYZ 18.35 22.29 42.87 -
YUV 117.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 55 139 173 0.68 0.20 0 0.32 197.29 0.52 0.45
Hex 37 8B AD 44 14 0 20 C5 34 2D
Octal 67 213 255 104 24 0 40 305 64 55
Binary 110111 10001011 10101101 1000100 10100 0 100000 11000101 110100 101101

Color Harmonies of #378BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BAD

Black with #378BAD

Text Example


Text Example

White with #378BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #378BAD;
 }
 .AnyTagClassName
 {
   color: #378BAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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