Html Css Color HEX #378CAB Boston Blue

📋 copy color: '#378CAB'

red 55 ◦ green 140 ◦ blue 171

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

Shades of Boston Blue #378CAB

Tints of Boston Blue #378CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 15.03%
G = 38.25%
B = 46.72%

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

#378CAB (or 0x378CAB) is known color: Boston Blue. HEX triplet: 37, 8C and AB. RGB value is (55,140,171). Sum of RGB (Red+Green+Blue) = 55+140+171=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #378CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378CAB is #C87354. Grayscale: #757575. Windows color (decimal): -13136725 or 11242551. OLE color: 11242551.

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

Color convert

RGB 55 140 171 -
CMYK 0.68 0.18 0 0.33
HSL 196.03º 0.51% 0.44% -
HSV(B) 196.03º 0.68% 0.67% -
XYZ 18.3 22.51 41.91 -
YUV 118.12 157.84 82.98 -
System Red Green Blue C M Y K H S L
Decimal 55 140 171 0.68 0.18 0 0.33 196.03 0.51 0.44
Hex 37 8C AB 44 12 0 21 C4 33 2C
Octal 67 214 253 104 22 0 41 304 63 54
Binary 110111 10001100 10101011 1000100 10010 0 100001 11000100 110011 101100

Color Harmonies of #378CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CAB

Black with #378CAB

Text Example


Text Example

White with #378CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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