#3F88A4

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

Shades of Boston Blue #3F88A4

Tints of Boston Blue #3F88A4

Color information

#3F88A4 (or 0x3F88A4) is unknown color: approx Boston Blue. HEX triplet: 3F, 88 and A4. RGB value is (63,136,164). Sum of RGB (Red+Green+Blue) = 63+136+164=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #3F88A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F88A4 is #C0775B. Grayscale: #757575. Windows color (decimal): -12613468 or 10782783. OLE color: 10782783.

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

Color convert

RGB63136164-
CMYK0.620.1700.36
HSL196.63º44.49%44.51%-
HSV(B)196.63º61.59%64.31%-
XYZ17.5521.3538.32-
YUV117.36154.3289.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 164 (64.45% from 255) = 45.18%
R=17.36%
G=37.47%
B=45.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631361640.620.1700.36196.6344.4944.51
Hex3F88A43E11024c52c2d
Octal7721024476210443055455
Binary111111100010001010010011111010001010010011000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F88A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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