Html Css Color HEX #378FAC Boston Blue

📋 copy color: '#378FAC'

red 55 ◦ green 143 ◦ blue 172

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

Shades of Boston Blue #378FAC

Tints of Boston Blue #378FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 14.86%
G = 38.65%
B = 46.49%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#378FAC (or 0x378FAC) is known color: Boston Blue. HEX triplet: 37, 8F and AC. RGB value is (55,143,172). Sum of RGB (Red+Green+Blue) = 55+143+172=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #378FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378FAC is #C87053. Grayscale: #777777. Windows color (decimal): -13135956 or 11308855. OLE color: 11308855.

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

Color convert

RGB 55 143 172 -
CMYK 0.68 0.17 0 0.33
HSL 194.87º 0.52% 0.45% -
HSV(B) 194.87º 0.68% 0.67% -
XYZ 18.84 23.44 42.56 -
YUV 119.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 55 143 172 0.68 0.17 0 0.33 194.87 0.52 0.45
Hex 37 8F AC 44 11 0 21 C3 34 2D
Octal 67 217 254 104 21 0 41 303 64 55
Binary 110111 10001111 10101100 1000100 10001 0 100001 11000011 110100 101101

Color Harmonies of #378FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FAC

Black with #378FAC

Text Example


Text Example

White with #378FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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