Html Css Color HEX #378EAA Boston Blue

📋 copy color: '#378EAA'

red 55 ◦ green 142 ◦ blue 170

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

Shades of Boston Blue #378EAA

Tints of Boston Blue #378EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

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

R = 14.99%
G = 38.69%
B = 46.32%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378EAA (or 0x378EAA) is known color: Boston Blue. HEX triplet: 37, 8E and AA. RGB value is (55,142,170). Sum of RGB (Red+Green+Blue) = 55+142+170=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #378EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378EAA is #C87155. Grayscale: #767676. Windows color (decimal): -13136214 or 11177527. OLE color: 11177527.

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

Color convert

RGB 55 142 170 -
CMYK 0.68 0.16 0 0.33
HSL 194.61º 0.51% 0.44% -
HSV(B) 194.61º 0.68% 0.67% -
XYZ 18.5 23.06 41.51 -
YUV 119.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 55 142 170 0.68 0.16 0 0.33 194.61 0.51 0.44
Hex 37 8E AA 44 10 0 21 C3 33 2C
Octal 67 216 252 104 20 0 41 303 63 54
Binary 110111 10001110 10101010 1000100 10000 0 100001 11000011 110011 101100

Color Harmonies of #378EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EAA

Black with #378EAA

Text Example


Text Example

White with #378EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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