#3F9AC1

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

Shades of Boston Blue #3F9AC1

Tints of Boston Blue #3F9AC1

Color information

#3F9AC1 (or 0x3F9AC1) is unknown color: approx Boston Blue. HEX triplet: 3F, 9A and C1. RGB value is (63,154,193). Sum of RGB (Red+Green+Blue) = 63+154+193=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F9AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9AC1 is #C0653E. Grayscale: #828282. Windows color (decimal): -12608831 or 12687935. OLE color: 12687935.

HSL color Cylindrical-coordinate representation of color #3F9AC1: hue angle of 198º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F9AC1 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB63154193-
CMYK0.670.2000.24
HSL198º51.18%50.2%-
HSV(B)198º67.36%75.69%-
XYZ23.2328.0254.64-
YUV131.24162.8579.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.37%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=15.37%
G=37.56%
B=47.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631541930.670.2000.2419851.1850.2
Hex3F9AC14314018c63332
Octal77232301103240303066362
Binary111111100110101100000110000111010001100011000110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,154,193); }

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

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

 a { background-color: rgb(63,154,193); }

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

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

 span { border-color: rgb(63,154,193); }

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