Html Css Color HEX #3895BA Boston Blue

📋 copy color: '#3895BA'

red 56 ◦ green 149 ◦ blue 186

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

Shades of Boston Blue #3895BA

Tints of Boston Blue #3895BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 14.32%
G = 38.11%
B = 47.57%

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

#3895BA (or 0x3895BA) is known color: Boston Blue. HEX triplet: 38, 95 and BA. RGB value is (56,149,186). Sum of RGB (Red+Green+Blue) = 56+149+186=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #3895BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895BA is #C76A45. Grayscale: #7D7D7D. Windows color (decimal): -13068870 or 12227896. OLE color: 12227896.

HSL color Cylindrical-coordinate representation of color #3895BA: hue angle of 197.08º 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 #3895BA is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 149 186 -
CMYK 0.70 0.20 0 0.27
HSL 197.08º 0.54% 0.47% -
HSV(B) 197.08º 0.7% 0.73% -
XYZ 21.24 25.88 50.33 -
YUV 125.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 56 149 186 0.70 0.20 0 0.27 197.08 0.54 0.47
Hex 38 95 BA 46 14 0 1B C5 36 2F
Octal 70 225 272 106 24 0 33 305 66 57
Binary 111000 10010101 10111010 1000110 10100 0 11011 11000101 110110 101111

Color Harmonies of #3895BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3895BA

Black with #3895BA

Text Example


Text Example

White with #3895BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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