#3F9CBC

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

Shades of Boston Blue #3F9CBC

Tints of Boston Blue #3F9CBC

Color information

#3F9CBC (or 0x3F9CBC) is unknown color: approx Boston Blue. HEX triplet: 3F, 9C and BC. RGB value is (63,156,188). Sum of RGB (Red+Green+Blue) = 63+156+188=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F9CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CBC is #C06343. Grayscale: #838383. Windows color (decimal): -12608324 or 12360767. OLE color: 12360767.

HSL color Cylindrical-coordinate representation of color #3F9CBC: hue angle of 195.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F9CBC is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63156188-
CMYK0.660.1700.26
HSL195.36º49.8%49.22%-
HSV(B)195.36º66.49%73.73%-
XYZ23.0228.4651.86-
YUV131.84159.6978.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.48%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=15.48%
G=38.33%
B=46.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631561880.660.1700.26195.3649.849.22
Hex3F9CBC421101Ac33231
Octal77234274102210323036261
Binary111111100111001011110010000101000101101011000011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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