Html Css Color HEX #3896BC Boston Blue

📋 copy color: '#3896BC'

red 56 ◦ green 150 ◦ blue 188

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

Shades of Boston Blue #3896BC

Tints of Boston Blue #3896BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 14.21%
G = 38.07%
B = 47.72%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3896BC (or 0x3896BC) is known color: Boston Blue. HEX triplet: 38, 96 and BC. RGB value is (56,150,188). Sum of RGB (Red+Green+Blue) = 56+150+188=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #3896BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896BC is #C76943. Grayscale: #7D7D7D. Windows color (decimal): -13068612 or 12359224. OLE color: 12359224.

HSL color Cylindrical-coordinate representation of color #3896BC: hue angle of 197.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3896BC is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 150 188 -
CMYK 0.70 0.20 0 0.26
HSL 197.27º 0.54% 0.48% -
HSV(B) 197.27º 0.7% 0.74% -
XYZ 21.61 26.28 51.51 -
YUV 126.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 56 150 188 0.70 0.20 0 0.26 197.27 0.54 0.48
Hex 38 96 BC 46 14 0 1A C5 36 30
Octal 70 226 274 106 24 0 32 305 66 60
Binary 111000 10010110 10111100 1000110 10100 0 11010 11000101 110110 110000

Color Harmonies of #3896BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3896BC

Black with #3896BC

Text Example


Text Example

White with #3896BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3896BC; }

 p { color: rgb(56,150,188); }

 H1.HeaderClassName
 {
   color: #3896BC;
 }
 .AnyTagClassName
 {
   color: #3896BC;
 }
</style>

background-color css

<style>
 a { background-color: #3896BC; }

 a { background-color: rgb(56,150,188); }

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

border-color css

<style>
 span { border-color: #3896BC; }

 span { border-color: rgb(56,150,188); }

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