#3F88AD

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

Shades of Boston Blue #3F88AD

Tints of Boston Blue #3F88AD

Color information

#3F88AD (or 0x3F88AD) is unknown color: approx Boston Blue. HEX triplet: 3F, 88 and AD. RGB value is (63,136,173). Sum of RGB (Red+Green+Blue) = 63+136+173=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F88AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F88AD is #C07752. Grayscale: #767676. Windows color (decimal): -12613459 or 11372607. OLE color: 11372607.

HSL color Cylindrical-coordinate representation of color #3F88AD: hue angle of 200.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F88AD is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63136173-
CMYK0.640.2100.32
HSL200.18º46.61%46.27%-
HSV(B)200.18º63.58%67.84%-
XYZ18.421.6842.75-
YUV118.39158.8288.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.94%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=16.94%
G=36.56%
B=46.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631361730.640.2100.32200.1846.6146.27
Hex3F88AD4015020c82f2e
Octal77210255100250403105756
Binary1111111000100010101101100000010101010000011001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,136,173); }

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

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

 a { background-color: rgb(63,136,173); }

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

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

 span { border-color: rgb(63,136,173); }

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