Html Css Color HEX #378AAC Boston Blue

📋 copy color: '#378AAC'

red 55 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #378AAC

Tints of Boston Blue #378AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 15.07%
G = 37.81%
B = 47.12%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378AAC (or 0x378AAC) is known color: Boston Blue. HEX triplet: 37, 8A and AC. RGB value is (55,138,172). Sum of RGB (Red+Green+Blue) = 55+138+172=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #378AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378AAC is #C87553. Grayscale: #747474. Windows color (decimal): -13137236 or 11307575. OLE color: 11307575.

HSL color Cylindrical-coordinate representation of color #378AAC: hue angle of 197.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #378AAC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 138 172 -
CMYK 0.68 0.20 0 0.33
HSL 197.44º 0.52% 0.45% -
HSV(B) 197.44º 0.68% 0.67% -
XYZ 18.11 21.97 42.32 -
YUV 117.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 55 138 172 0.68 0.20 0 0.33 197.44 0.52 0.45
Hex 37 8A AC 44 14 0 21 C5 34 2D
Octal 67 212 254 104 24 0 41 305 64 55
Binary 110111 10001010 10101100 1000100 10100 0 100001 11000101 110100 101101

Color Harmonies of #378AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378AAC

Black with #378AAC

Text Example


Text Example

White with #378AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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