Html Css Color HEX #3894BA Boston Blue

📋 copy color: '#3894BA'

red 56 ◦ green 148 ◦ blue 186

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

Shades of Boston Blue #3894BA

Tints of Boston Blue #3894BA

RGB

 RED value IS 56 (22.27% from 255) = 14.36%

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 14.36%
G = 37.95%
B = 47.69%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3894BA (or 0x3894BA) is known color: Boston Blue. HEX triplet: 38, 94 and BA. RGB value is (56,148,186). Sum of RGB (Red+Green+Blue) = 56+148+186=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #3894BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3894BA is #C76B45. Grayscale: #7C7C7C. Windows color (decimal): -13069126 or 12227640. OLE color: 12227640.

HSL color Cylindrical-coordinate representation of color #3894BA: hue angle of 197.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3894BA is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 148 186 -
CMYK 0.70 0.20 0 0.27
HSL 197.54º 0.54% 0.47% -
HSV(B) 197.54º 0.7% 0.73% -
XYZ 21.08 25.57 50.28 -
YUV 124.82 162.52 78.91 -
System Red Green Blue C M Y K H S L
Decimal 56 148 186 0.70 0.20 0 0.27 197.54 0.54 0.47
Hex 38 94 BA 46 14 0 1B C6 36 2F
Octal 70 224 272 106 24 0 33 306 66 57
Binary 111000 10010100 10111010 1000110 10100 0 11011 11000110 110110 101111

Color Harmonies of #3894BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3894BA

Black with #3894BA

Text Example


Text Example

White with #3894BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3894BA; }

 p { color: rgb(56,148,186); }

 H1.HeaderClassName
 {
   color: #3894BA;
 }
 .AnyTagClassName
 {
   color: #3894BA;
 }
</style>

background-color css

<style>
 a { background-color: #3894BA; }

 a { background-color: rgb(56,148,186); }

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

border-color css

<style>
 span { border-color: #3894BA; }

 span { border-color: rgb(56,148,186); }

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