Html Css Color HEX #3A8FB1 Boston Blue

📋 copy color: '#3A8FB1'

red 58 ◦ green 143 ◦ blue 177

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

Shades of Boston Blue #3A8FB1

Tints of Boston Blue #3A8FB1

RGB

 RED value IS 58 (23.05% from 255) = 15.34%

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 177 (69.53% from 255) = 46.83%

R = 15.34%
G = 37.83%
B = 46.83%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A8FB1 (or 0x3A8FB1) is known color: Boston Blue. HEX triplet: 3A, 8F and B1. RGB value is (58,143,177). Sum of RGB (Red+Green+Blue) = 58+143+177=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A8FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8FB1 is #C5704E. Grayscale: #797979. Windows color (decimal): -12939343 or 11636538. OLE color: 11636538.

HSL color Cylindrical-coordinate representation of color #3A8FB1: hue angle of 197.14º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A8FB1 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 143 177 -
CMYK 0.67 0.19 0 0.31
HSL 197.14º 0.51% 0.46% -
HSV(B) 197.14º 0.67% 0.69% -
XYZ 19.5 23.72 45.15 -
YUV 121.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 58 143 177 0.67 0.19 0 0.31 197.14 0.51 0.46
Hex 3A 8F B1 43 13 0 1F C5 33 2E
Octal 72 217 261 103 23 0 37 305 63 56
Binary 111010 10001111 10110001 1000011 10011 0 11111 11000101 110011 101110

Color Harmonies of #3A8FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8FB1

Black with #3A8FB1

Text Example


Text Example

White with #3A8FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A8FB1; }

 p { color: rgb(58,143,177); }

 H1.HeaderClassName
 {
   color: #3A8FB1;
 }
 .AnyTagClassName
 {
   color: #3A8FB1;
 }
</style>

background-color css

<style>
 a { background-color: #3A8FB1; }

 a { background-color: rgb(58,143,177); }

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

border-color css

<style>
 span { border-color: #3A8FB1; }

 span { border-color: rgb(58,143,177); }

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