Html Css Color HEX #378CAA Boston Blue

📋 copy color: '#378CAA'

red 55 ◦ green 140 ◦ blue 170

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

Shades of Boston Blue #378CAA

Tints of Boston Blue #378CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

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

R = 15.07%
G = 38.36%
B = 46.58%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378CAA (or 0x378CAA) is known color: Boston Blue. HEX triplet: 37, 8C and AA. RGB value is (55,140,170). Sum of RGB (Red+Green+Blue) = 55+140+170=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #378CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378CAA is #C87355. Grayscale: #757575. Windows color (decimal): -13136726 or 11177015. OLE color: 11177015.

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

Color convert

RGB 55 140 170 -
CMYK 0.68 0.18 0 0.33
HSL 195.65º 0.51% 0.44% -
HSV(B) 195.65º 0.68% 0.67% -
XYZ 18.21 22.47 41.41 -
YUV 118.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 55 140 170 0.68 0.18 0 0.33 195.65 0.51 0.44
Hex 37 8C AA 44 12 0 21 C4 33 2C
Octal 67 214 252 104 22 0 41 304 63 54
Binary 110111 10001100 10101010 1000100 10010 0 100001 11000100 110011 101100

Color Harmonies of #378CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CAA

Black with #378CAA

Text Example


Text Example

White with #378CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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