Html Css Color HEX #378BAE Boston Blue

📋 copy color: '#378BAE'

red 55 ◦ green 139 ◦ blue 174

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

Shades of Boston Blue #378BAE

Tints of Boston Blue #378BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 14.95%
G = 37.77%
B = 47.28%

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

#378BAE (or 0x378BAE) is known color: Boston Blue. HEX triplet: 37, 8B and AE. RGB value is (55,139,174). Sum of RGB (Red+Green+Blue) = 55+139+174=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #378BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BAE is #C87451. Grayscale: #757575. Windows color (decimal): -13136978 or 11438903. OLE color: 11438903.

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

Color convert

RGB 55 139 174 -
CMYK 0.68 0.20 0 0.32
HSL 197.65º 0.52% 0.45% -
HSV(B) 197.65º 0.68% 0.68% -
XYZ 18.45 22.33 43.38 -
YUV 117.87 159.67 83.15 -
System Red Green Blue C M Y K H S L
Decimal 55 139 174 0.68 0.20 0 0.32 197.65 0.52 0.45
Hex 37 8B AE 44 14 0 20 C6 34 2D
Octal 67 213 256 104 24 0 40 306 64 55
Binary 110111 10001011 10101110 1000100 10100 0 100000 11000110 110100 101101

Color Harmonies of #378BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BAE

Black with #378BAE

Text Example


Text Example

White with #378BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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