Html Css Color HEX #378DAE Boston Blue

📋 copy color: '#378DAE'

red 55 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #378DAE

Tints of Boston Blue #378DAE

RGB

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

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

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

R = 14.86%
G = 38.11%
B = 47.03%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#378DAE (or 0x378DAE) is known color: Boston Blue. HEX triplet: 37, 8D and AE. RGB value is (55,141,174). Sum of RGB (Red+Green+Blue) = 55+141+174=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #378DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DAE is #C87251. Grayscale: #767676. Windows color (decimal): -13136466 or 11439415. OLE color: 11439415.

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

Color convert

RGB 55 141 174 -
CMYK 0.68 0.19 0 0.32
HSL 196.64º 0.52% 0.45% -
HSV(B) 196.64º 0.68% 0.68% -
XYZ 18.74 22.92 43.48 -
YUV 119.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 55 141 174 0.68 0.19 0 0.32 196.64 0.52 0.45
Hex 37 8D AE 44 13 0 20 C5 34 2D
Octal 67 215 256 104 23 0 40 305 64 55
Binary 110111 10001101 10101110 1000100 10011 0 100000 11000101 110100 101101

Color Harmonies of #378DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DAE

Black with #378DAE

Text Example


Text Example

White with #378DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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