Html Css Color HEX #378DAA Boston Blue

📋 copy color: '#378DAA'

red 55 ◦ green 141 ◦ blue 170

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

Shades of Boston Blue #378DAA

Tints of Boston Blue #378DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

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

R = 15.03%
G = 38.52%
B = 46.45%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378DAA (or 0x378DAA) is known color: Boston Blue. HEX triplet: 37, 8D and AA. RGB value is (55,141,170). Sum of RGB (Red+Green+Blue) = 55+141+170=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #378DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DAA is #C87255. Grayscale: #767676. Windows color (decimal): -13136470 or 11177271. OLE color: 11177271.

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

Color convert

RGB 55 141 170 -
CMYK 0.68 0.17 0 0.33
HSL 195.13º 0.51% 0.44% -
HSV(B) 195.13º 0.68% 0.67% -
XYZ 18.36 22.76 41.46 -
YUV 118.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 55 141 170 0.68 0.17 0 0.33 195.13 0.51 0.44
Hex 37 8D AA 44 11 0 21 C3 33 2C
Octal 67 215 252 104 21 0 41 303 63 54
Binary 110111 10001101 10101010 1000100 10001 0 100001 11000011 110011 101100

Color Harmonies of #378DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DAA

Black with #378DAA

Text Example


Text Example

White with #378DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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