Html Css Color HEX #378EAC Boston Blue

📋 copy color: '#378EAC'

red 55 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #378EAC

Tints of Boston Blue #378EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

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

R = 14.91%
G = 38.48%
B = 46.61%

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

#378EAC (or 0x378EAC) is known color: Boston Blue. HEX triplet: 37, 8E and AC. RGB value is (55,142,172). Sum of RGB (Red+Green+Blue) = 55+142+172=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #378EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378EAC is #C87153. Grayscale: #777777. Windows color (decimal): -13136212 or 11308599. OLE color: 11308599.

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

Color convert

RGB 55 142 172 -
CMYK 0.68 0.17 0 0.33
HSL 195.38º 0.52% 0.45% -
HSV(B) 195.38º 0.68% 0.67% -
XYZ 18.69 23.14 42.51 -
YUV 119.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 55 142 172 0.68 0.17 0 0.33 195.38 0.52 0.45
Hex 37 8E AC 44 11 0 21 C3 34 2D
Octal 67 216 254 104 21 0 41 303 64 55
Binary 110111 10001110 10101100 1000100 10001 0 100001 11000011 110100 101101

Color Harmonies of #378EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EAC

Black with #378EAC

Text Example


Text Example

White with #378EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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