Html Css Color HEX #378DAC Boston Blue

📋 copy color: '#378DAC'

red 55 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #378DAC

Tints of Boston Blue #378DAC

RGB

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

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

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

R = 14.95%
G = 38.32%
B = 46.74%

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

#378DAC (or 0x378DAC) is known color: Boston Blue. HEX triplet: 37, 8D and AC. RGB value is (55,141,172). Sum of RGB (Red+Green+Blue) = 55+141+172=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #378DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DAC is #C87253. Grayscale: #767676. Windows color (decimal): -13136468 or 11308343. OLE color: 11308343.

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

Color convert

RGB 55 141 172 -
CMYK 0.68 0.18 0 0.33
HSL 195.9º 0.52% 0.45% -
HSV(B) 195.9º 0.68% 0.67% -
XYZ 18.55 22.84 42.46 -
YUV 118.82 158.01 82.48 -
System Red Green Blue C M Y K H S L
Decimal 55 141 172 0.68 0.18 0 0.33 195.9 0.52 0.45
Hex 37 8D AC 44 12 0 21 C4 34 2D
Octal 67 215 254 104 22 0 41 304 64 55
Binary 110111 10001101 10101100 1000100 10010 0 100001 11000100 110100 101101

Color Harmonies of #378DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DAC

Black with #378DAC

Text Example


Text Example

White with #378DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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