Html Css Color HEX #378CAC Boston Blue

📋 copy color: '#378CAC'

red 55 ◦ green 140 ◦ blue 172

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

Shades of Boston Blue #378CAC

Tints of Boston Blue #378CAC

RGB

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

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

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

R = 14.99%
G = 38.15%
B = 46.87%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378CAC (or 0x378CAC) is known color: Boston Blue. HEX triplet: 37, 8C and AC. RGB value is (55,140,172). Sum of RGB (Red+Green+Blue) = 55+140+172=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #378CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378CAC is #C87353. Grayscale: #767676. Windows color (decimal): -13136724 or 11308087. OLE color: 11308087.

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

Color convert

RGB 55 140 172 -
CMYK 0.68 0.19 0 0.33
HSL 196.41º 0.52% 0.45% -
HSV(B) 196.41º 0.68% 0.67% -
XYZ 18.4 22.55 42.41 -
YUV 118.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 55 140 172 0.68 0.19 0 0.33 196.41 0.52 0.45
Hex 37 8C AC 44 13 0 21 C4 34 2D
Octal 67 214 254 104 23 0 41 304 64 55
Binary 110111 10001100 10101100 1000100 10011 0 100001 11000100 110100 101101

Color Harmonies of #378CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CAC

Black with #378CAC

Text Example


Text Example

White with #378CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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