#3D8FAE

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

Shades of Boston Blue #3D8FAE

Tints of Boston Blue #3D8FAE

Color information

#3D8FAE (or 0x3D8FAE) is unknown color: approx Boston Blue. HEX triplet: 3D, 8F and AE. RGB value is (61,143,174). Sum of RGB (Red+Green+Blue) = 61+143+174=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D8FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8FAE is #C27051. Grayscale: #797979. Windows color (decimal): -12742738 or 11439933. OLE color: 11439933.

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

Color convert

RGB61143174-
CMYK0.650.1800.32
HSL196.46º48.09%46.08%-
HSV(B)196.46º64.94%68.24%-
XYZ19.3923.6943.6-
YUV122.02157.3384.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.14%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=16.14%
G=37.83%
B=46.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611431740.650.1800.32196.4648.0946.08
Hex3D8FAE4112020c4302e
Octal75217256101220403046056
Binary1111011000111110101110100000110010010000011000100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,143,174); }

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

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

 a { background-color: rgb(61,143,174); }

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

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

 span { border-color: rgb(61,143,174); }

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