#3FA5B3

Color #3FA5B3 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #3FA5B3

Tints of Boston Blue #3FA5B3

Color information

#3FA5B3 (or 0x3FA5B3) is unknown color: approx Boston Blue. HEX triplet: 3F, A5 and B3. RGB value is (63,165,179). Sum of RGB (Red+Green+Blue) = 63+165+179=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #3FA5B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5B3 is #C05A4C. Grayscale: #878787. Windows color (decimal): -12606029 or 11773247. OLE color: 11773247.

HSL color Cylindrical-coordinate representation of color #3FA5B3: hue angle of 187.24º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA5B3 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB63165179-
CMYK0.650.0800.30
HSL187.24º47.93%47.45%-
HSV(B)187.24º64.8%70.2%-
XYZ23.6431.2247.43-
YUV136.1152.2175.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.48%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 179 (70.31% from 255) = 43.98%
R=15.48%
G=40.54%
B=43.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631651790.650.0800.30187.2447.9347.45
Hex3FA5B341801Ebb302f
Octal77245263101100362736057
Binary11111110100101101100111000001100001111010111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,179); }

 H1.HeaderClassName
 {
   color: #3FA5B3;
 }
 .AnyTagClassName
 {
   color: #3FA5B3;
 }
</style>
background-color css

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

 a { background-color: rgb(63,165,179); }

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

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

 span { border-color: rgb(63,165,179); }

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