Html Css Color HEX #3894AD Boston Blue

📋 copy color: '#3894AD'

red 56 ◦ green 148 ◦ blue 173

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

Shades of Boston Blue #3894AD

Tints of Boston Blue #3894AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 14.85%
G = 39.26%
B = 45.89%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3894AD (or 0x3894AD) is known color: Boston Blue. HEX triplet: 38, 94 and AD. RGB value is (56,148,173). Sum of RGB (Red+Green+Blue) = 56+148+173=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #3894AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3894AD is #C76B52. Grayscale: #7B7B7B. Windows color (decimal): -13069139 or 11375672. OLE color: 11375672.

HSL color Cylindrical-coordinate representation of color #3894AD: hue angle of 192.82º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3894AD is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 148 173 -
CMYK 0.68 0.14 0 0.32
HSL 192.82º 0.51% 0.45% -
HSV(B) 192.82º 0.68% 0.68% -
XYZ 19.76 25.04 43.33 -
YUV 123.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 56 148 173 0.68 0.14 0 0.32 192.82 0.51 0.45
Hex 38 94 AD 44 E 0 20 C1 33 2D
Octal 70 224 255 104 16 0 40 301 63 55
Binary 111000 10010100 10101101 1000100 1110 0 100000 11000001 110011 101101

Color Harmonies of #3894AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3894AD

Black with #3894AD

Text Example


Text Example

White with #3894AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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