Html Css Color HEX #378FAA Boston Blue

📋 copy color: '#378FAA'

red 55 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #378FAA

Tints of Boston Blue #378FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

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

R = 14.95%
G = 38.86%
B = 46.2%

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

#378FAA (or 0x378FAA) is known color: Boston Blue. HEX triplet: 37, 8F and AA. RGB value is (55,143,170). Sum of RGB (Red+Green+Blue) = 55+143+170=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #378FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378FAA is #C87055. Grayscale: #777777. Windows color (decimal): -13135958 or 11177783. OLE color: 11177783.

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

Color convert

RGB 55 143 170 -
CMYK 0.68 0.16 0 0.33
HSL 194.09º 0.51% 0.44% -
HSV(B) 194.09º 0.68% 0.67% -
XYZ 18.65 23.36 41.56 -
YUV 119.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 55 143 170 0.68 0.16 0 0.33 194.09 0.51 0.44
Hex 37 8F AA 44 10 0 21 C2 33 2C
Octal 67 217 252 104 20 0 41 302 63 54
Binary 110111 10001111 10101010 1000100 10000 0 100001 11000010 110011 101100

Color Harmonies of #378FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FAA

Black with #378FAA

Text Example


Text Example

White with #378FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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