Html Css Color HEX #378AAE Boston Blue

📋 copy color: '#378AAE'

red 55 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #378AAE

Tints of Boston Blue #378AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

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

R = 14.99%
G = 37.6%
B = 47.41%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#378AAE (or 0x378AAE) is known color: Boston Blue. HEX triplet: 37, 8A and AE. RGB value is (55,138,174). Sum of RGB (Red+Green+Blue) = 55+138+174=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #378AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378AAE is #C87551. Grayscale: #757575. Windows color (decimal): -13137234 or 11438647. OLE color: 11438647.

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

Color convert

RGB 55 138 174 -
CMYK 0.68 0.21 0 0.32
HSL 198.15º 0.52% 0.45% -
HSV(B) 198.15º 0.68% 0.68% -
XYZ 18.3 22.05 43.33 -
YUV 117.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 55 138 174 0.68 0.21 0 0.32 198.15 0.52 0.45
Hex 37 8A AE 44 15 0 20 C6 34 2D
Octal 67 212 256 104 25 0 40 306 64 55
Binary 110111 10001010 10101110 1000100 10101 0 100000 11000110 110100 101101

Color Harmonies of #378AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378AAE

Black with #378AAE

Text Example


Text Example

White with #378AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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