#3B7FA4

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

Shades of Boston Blue #3B7FA4

Tints of Boston Blue #3B7FA4

Color information

#3B7FA4 (or 0x3B7FA4) is unknown color: approx Boston Blue. HEX triplet: 3B, 7F and A4. RGB value is (59,127,164). Sum of RGB (Red+Green+Blue) = 59+127+164=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B7FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7FA4 is #C4805B. Grayscale: #6E6E6E. Windows color (decimal): -12877916 or 10780475. OLE color: 10780475.

HSL color Cylindrical-coordinate representation of color #3B7FA4: hue angle of 201.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B7FA4 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB59127164-
CMYK0.640.2300.36
HSL201.14º47.09%43.73%-
HSV(B)201.14º64.02%64.31%-
XYZ16.0918.7937.9-
YUV110.89157.9790.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.86%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 164 (64.45% from 255) = 46.86%
R=16.86%
G=36.29%
B=46.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591271640.640.2300.36201.1447.0943.73
Hex3B7FA44017024c92f2c
Octal73177244100270443115754
Binary111011111111110100100100000010111010010011001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,127,164); }

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

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

 a { background-color: rgb(59,127,164); }

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

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

 span { border-color: rgb(59,127,164); }

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