Html Css Color HEX #378BAA Boston Blue

📋 copy color: '#378BAA'

red 55 ◦ green 139 ◦ blue 170

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

Shades of Boston Blue #378BAA

Tints of Boston Blue #378BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 15.11%
G = 38.19%
B = 46.7%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378BAA (or 0x378BAA) is known color: Boston Blue. HEX triplet: 37, 8B and AA. RGB value is (55,139,170). Sum of RGB (Red+Green+Blue) = 55+139+170=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #378BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BAA is #C87455. Grayscale: #757575. Windows color (decimal): -13136982 or 11176759. OLE color: 11176759.

HSL color Cylindrical-coordinate representation of color #378BAA: hue angle of 196.17º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #378BAA is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 139 170 -
CMYK 0.68 0.18 0 0.33
HSL 196.17º 0.51% 0.44% -
HSV(B) 196.17º 0.68% 0.67% -
XYZ 18.06 22.18 41.36 -
YUV 117.42 157.67 83.48 -
System Red Green Blue C M Y K H S L
Decimal 55 139 170 0.68 0.18 0 0.33 196.17 0.51 0.44
Hex 37 8B AA 44 12 0 21 C4 33 2C
Octal 67 213 252 104 22 0 41 304 63 54
Binary 110111 10001011 10101010 1000100 10010 0 100001 11000100 110011 101100

Color Harmonies of #378BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BAA

Black with #378BAA

Text Example


Text Example

White with #378BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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