#3F9CAB

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

Shades of Boston Blue #3F9CAB

Tints of Boston Blue #3F9CAB

Color information

#3F9CAB (or 0x3F9CAB) is unknown color: approx Boston Blue. HEX triplet: 3F, 9C and AB. RGB value is (63,156,171). Sum of RGB (Red+Green+Blue) = 63+156+171=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F9CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9CAB is #C06354. Grayscale: #818181. Windows color (decimal): -12608341 or 11246655. OLE color: 11246655.

HSL color Cylindrical-coordinate representation of color #3F9CAB: hue angle of 188.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F9CAB is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63156171-
CMYK0.630.0900.33
HSL188.33º46.15%45.88%-
HSV(B)188.33º63.16%67.06%-
XYZ21.2927.7742.77-
YUV129.9151.1980.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=16.15%
G=40%
B=43.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631561710.630.0900.33188.3346.1545.88
Hex3F9CAB3F9021bc2e2e
Octal7723425377110412745656
Binary11111110011100101010111111111001010000110111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,156,171); }

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

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

 a { background-color: rgb(63,156,171); }

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

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

 span { border-color: rgb(63,156,171); }

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